# @TEST-EXEC: zeek -b %INPUT >out # @TEST-EXEC: btest-diff out event zeek_init() { local v = vector("this is a test", "one two three four one two three four", "this is a test test test", "1 2 3 4", "a b", "foo", "1bar2foo3", "" ); local pat = /[a-z]+/; for ( i in v ) print find_all_ordered(v[i], pat); }