zeek/testing/btest/Baseline/bifs.split_string/out
Arne Welzel 98d9089a8f strings.bif/do_split_string: Pass bol and eol to MatchPrefix()
This allows better control of BOL and EOL. MatchPrefix() / LongestMatch()
always start with BOL.

Closes #3455
2023-11-16 08:36:08 +01:00

39 lines
595 B
Text

### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
t
s is a t
t
---------------------
t
s is a test
---------------------
t
hi
s is a t
es
t
---------------------
t
s is a test
---------------------
t
hi
s is a test
---------------------
[thi, s i, s a tes, t]
---------------------
X-Mailer
Testing Test (http://www.example.com)
---------------------
A
=
B
=
C
=
D
test, ^est, [test]
test, tes$, [test]
test, ^test$, [, test, ]
aa bb cc, / ?/, [aa, bb, cc]
aa bb cc, / ?/, [aa, , bb, , cc]
aa bb cc, / +/, [aa, bb, cc]