mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 02:58:20 +00:00
Add more tests for previously-untested BIFs
This commit is contained in:
parent
1059d9aa75
commit
15689ce005
18 changed files with 184 additions and 0 deletions
6
testing/btest/Baseline/bifs.string_to_pattern/out
Normal file
6
testing/btest/Baseline/bifs.string_to_pattern/out
Normal file
|
@ -0,0 +1,6 @@
|
|||
/^?(foo)$?/
|
||||
/^?()$?/
|
||||
/^?(b[a-z]+)$?/
|
||||
/^?(foo)$?/
|
||||
/^?()$?/
|
||||
/^?(b\[a\-z\]\+)$?/
|
Loading…
Add table
Add a link
Reference in a new issue