Annotation of parser3/tests/270.html, revision 1.6

1.1       misha       1: @main[]
1.4       misha       2: $dir[/tests/270_dir]
1.2       misha       3: 
1.6     ! moko        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)}
1.2       misha      10: 
1.6     ! moko       11: ^do[/Makefile]{file not found (error) - note: parser3/Makefile is checked here (not tests/Makefile) and there is no such file under Windows}
1.3       misha      12: ^do[Makefile]{file not found (error)}
1.2       misha      13: 
1.6     ! moko       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: 
1.2       misha      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: