zeek/testing/btest/Baseline/bifs.join_string/out
Johanna Amann 551a7d7394 Make join_string_vec work with vectors containing empty elements.
Without this patch, this scenario results in a segmentation fault.

I opted to keep the separator present for non-existing elements. Hence,
a vector a, [empty], b with separator "|" will result in
a||b
2015-10-22 13:08:47 -07:00

7 lines
100 B
Text

this * is * a * test
thisisatest
mytest
this__is__another__test
thisisanothertest
Test
...hi..there