File:  [parser3project] / parser3 / tests / 216.html
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Sat Jul 4 03:16:05 2009 UTC (16 years, 11 months ago) by misha
Branches: MAIN
CVS tags: release_3_5_1, release_3_5_0, release_3_4_6, release_3_4_5, release_3_4_4, release_3_4_3, release_3_4_2, release_3_4_1, release_3_4_0, HEAD
- test for checking tainted pattern in ^file:list[] was added

@main[]
$t[^file:list[./216_dir]]
Total files (no pattern): ^t.count[]<br />

$t[^file:list[./216_dir;.]]
Total files (clean '.' pattern): ^t.count[]<br />

$t[^file:list[./216_dir;^taint[.]]]
Files with dot (tainted '.' in pattern): ^t.count[]<br />

$t[^file:list[./216_dir;^taint[regex][.]]]
Files with dot (tainted '.' in pattern): ^t.count[]<br />

$t[^file:list[./216_dir;\.]]
Files with dot (clean '\.' pattern): ^t.count[]<br />

$t[^file:list[./216_dir;3]]
Files with '3' in name: ^t.count[]<br />

E-mail: