Annotation of parser3/tests/270.html, revision 1.2
1.1 misha 1: @main[]
1.2 ! misha 2: $dir[/_/270_dir]
! 3:
! 4: ^do[$dir///subdir/270.txt]{file not found (error)}
! 5: ^do[$dir/270.txt]{file not found (error)}
! 6: ^do[$dir/subdir/zzz/270.html]{file not found (error)}
! 7: ^do[$dir/not-exist]
! 8: ^do[$dir///not-exist]{file not found (OK)}
! 9: ^do[/not-exist]{file not found (OK)}
! 10:
! 11: ^do[/auto.p]{file not found (error)}
! 12: ^do[auto.p]{file not found (error)}
! 13:
! 14: ^do[]{file not found (OK)}
! 15: ^do[/]{file not found (OK)}
! 16: ^do[///]{file not found (OK)}
! 17: ^do[$dir/subdir//z/]{file not found (OK)}
! 18:
! 19:
! 20: @do[sFileSpec;*hParams]
! 21: ^if($hParams){
! 22: $result[^file:find[$sFileSpec]{$hParams.0}<br />]
! 23: }{
! 24: $result[^file:find[$sFileSpec]<br />]
! 25: }
E-mail: