Annotation of parser3/tests/270.html, revision 1.4
1.1 misha 1: @main[]
1.4 ! misha 2: $dir[/tests/270_dir]
1.2 misha 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:
1.3 misha 11: ^do[/Makefile]{file not found (error)}
12: ^do[Makefile]{file not found (error)}
1.2 misha 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: