mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-29 11:16:29 +03:00
hscollider: example test cases
This commit is contained in:
10
tools/hscollider/test_cases/pcre/comptree.txt
Normal file
10
tools/hscollider/test_cases/pcre/comptree.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
1000:/(foo){2,}bar/
|
||||
1001:/(foo){2,3}bar/
|
||||
1002:/^(foo){2,}bar/
|
||||
1003:/^(foo){2,3}bar/
|
||||
1004:/x?(foo){2,}bar/
|
||||
1005:/x?(foo){2,3}bar/
|
||||
1006:/(foo){2,}bar/{min_length=10}
|
||||
1007:/(foo){2,3}bar/{min_length=10}
|
||||
1008:/(foo){2,}bar/L
|
||||
1009:/(foo){2,3}bar/L
|
Reference in New Issue
Block a user