zeek/testing/btest/Baseline/language.table-pattern-index/out
2020-12-06 20:19:49 -08:00

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