File:  [parser3project] / parser3 / tests / 270.html
Revision 1.4: download - view: text, annotated - select for diffs - revision graph
Wed May 30 07:08:41 2012 UTC (14 years, 3 months ago) by misha
Branches: MAIN
CVS tags: release_3_4_4, release_3_4_3, release_3_4_2, HEAD
no message

@main[]
$dir[/tests/270_dir]

^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]{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}<br />]
}{
	$result[^file:find[$sFileSpec]<br />]
}

E-mail: