mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-30 03:34:25 +03:00
hscollider: example test cases
This commit is contained in:
29
tools/hscollider/test_cases/pcre/mcclellan.txt
Normal file
29
tools/hscollider/test_cases/pcre/mcclellan.txt
Normal file
@@ -0,0 +1,29 @@
|
||||
15900:/foo.+ba[rR]/sO
|
||||
15901:/foo.*ba[rR]/sO
|
||||
15902:/foo.*ba[rR].*tea/sO
|
||||
15903:/fo(|o.*ba[rR].*tea)/s
|
||||
15904:/fo($|o.*ba[rR].*tea)/s
|
||||
15905:/foo.*ba[rR]|tea.*cof[^f]ee/s
|
||||
15906:/(foo|bar).*gaz/sO
|
||||
15907:/foo.*(bar|gaz)/sO
|
||||
15908:/foo.*(bar|gaz).*tea/sO
|
||||
15909:/foo.*a(bar|gaz).*tea/sO
|
||||
15910:/foo.*a(bar|gaz).*(tea|aet)/sO
|
||||
15911:/foo(b[^a]r|g[^a]z).*tea/s
|
||||
15912:/foo(b[^a]r|g[^a]z).*(tea|aet)/s
|
||||
15913:/^p;;.*[_;]*.*:/sO
|
||||
15914:/p;;.*[_;]*.*:/sO
|
||||
15915:/p;;.*[_;]*.*:/O
|
||||
15916:/^AA.*(a.*(Z|XX)|b.*(Z|YY))/s
|
||||
15917:/^AA.*(a.*(Z|XX)|b.*Z)/s
|
||||
15918:/^pppp;;.*[_;]*.*:/sO
|
||||
15919:/pppp;;.*[_;]*.*:/sO
|
||||
15920:/pppp;;.*[_;]*.*:/O
|
||||
15921:/^AAAAA.*(a.*(Z|XX)|b.*(Z|YY))/s
|
||||
15922:/^AAAAAA.*(a.*(Z|XX)|b.*Z)/s
|
||||
15923:/(bdcd{26}|([kjrs]|b|b)+){2,4}/s
|
||||
15924:/literal\w{0,7}\d+/s
|
||||
15925:/literal\w{0,10}\d+/s
|
||||
15926:/literal\w{0,10}/s
|
||||
15927:/literal\w{5,}/s
|
||||
15928:/[ab][^ab]a.a/s8
|
Reference in New Issue
Block a user