mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00

Not sure how useful this is (and the implementation isn't optimized in any way), but seems reasonable for consistency. Vern suggested that set[pattern] can already be achieved via set_to_regex(), so left out any set[pattern] variants.
22 lines
815 B
Text
22 lines
815 B
Text
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
|
indexing empty, 0
|
|
single insert, match, [1]
|
|
single insert, non-match, []
|
|
single insert, in, T
|
|
single insert, not-in, F
|
|
multiple inserts, non-match, []
|
|
multiple inserts, single match, [3]
|
|
multiple inserts, double match, [1, 3]
|
|
multiple insert, in, T
|
|
multiple insert, not-in, F
|
|
triple match, [1, 3, 4]
|
|
embedded newline, /s operator, [6]
|
|
no embedded newline, /s vs. no /s operator, [5, 6, 7]
|
|
no embedded newline, case sensitive, /i vs. no /i operator, [7]
|
|
single delete, no more triple match, [1, 4]
|
|
double delete, no more double match, [4]
|
|
delete of non-existing pattern, [4]
|
|
shallow copy matches multi, [5, 6, 7]
|
|
deep copy matches multi, [5, 6, 7]
|
|
delete of entire table, []
|
|
reassignment of table, []
|