mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 13:08:20 +00:00
More policy/utils unit tests and documentation.
This commit is contained in:
parent
c5e98a8116
commit
27ba228fa1
9 changed files with 171 additions and 22 deletions
6
testing/btest/Baseline/policy.utils.pattern/output
Normal file
6
testing/btest/Baseline/policy.utils.pattern/output
Normal file
|
@ -0,0 +1,6 @@
|
|||
/^?((blarg|blah|bleh))$?/
|
||||
T
|
||||
/^?(foo(blarg|blah|bleh)bar)$?/
|
||||
T
|
||||
[matched=T, str=blah, off=4]
|
||||
[matched=F, str=, off=0]
|
Loading…
Add table
Add a link
Reference in a new issue