--- parser3/tests/270.html 2017/02/13 15:05:52 1.5 +++ parser3/tests/270.html 2021/01/04 22:46:15 1.7 @@ -1,11 +1,22 @@ @main[] $dir[/tests/270_dir] -#^do[$dir///subdir/270.txt]{file not found (error)} +^do[$dir///subdir/270.txt]{file not found (error)} +^do[$dir/270.txt]{file not found (error)} +^do[$dir/subdir/zzz/270.html]{file not found (error)} +^do[$dir/not-exist] +^do[$dir///not-exist]{file not found (OK)} +^do[/not-exist]{file not found (OK)} -#^do[/Makefile]{file not found (error)} +^do[/Makefile.in]{file not found (error)} ^do[Makefile]{file not found (error)} +^do[]{file not found (OK)} +^do[/]{file not found (OK)} +^do[///]{file not found (OK)} +^do[$dir/subdir//z/]{file not found (OK)} + + @do[sFileSpec;*hParams] ^if($hParams){ $result[^file:find[$sFileSpec]{$hParams.0}
]