mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
20 lines
473 B
Text
20 lines
473 B
Text
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
|
/^?(one|foo|bar)$?/
|
|
/^?(two|oob)$?/
|
|
/^?(three|oob)$?/
|
|
/^?(four)$?/
|
|
-----------------
|
|
/^?(two|oob)$?/
|
|
/^?(one|foo|bar)$?/
|
|
/^?(four)$?/
|
|
/^?(three|oob)$?/
|
|
-----------------
|
|
/^?(two|oob)$?/, 1
|
|
/^?(one|foo|bar)$?/, 0
|
|
/^?(four)$?/, 3
|
|
/^?(three|oob)$?/, 2
|
|
-----------------
|
|
/^?(three|oob)$?/, 4, 4
|
|
/^?(two|oob)$?/, 3, 2
|
|
/^?(one|foo|bar)$?/, 2, 0
|
|
/^?(four)$?/, 5, 6
|