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

Mostly: Do not instantiate variables within for loops and allow reusing differently typed blanks which previously wasn't possible. This may be missing some corner-cases, but the added tests seem to work as expected and nothing else fell apart it seems.
31 lines
331 B
Text
31 lines
331 B
Text
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
|
== vec 1
|
|
a
|
|
b
|
|
c
|
|
== vec 2
|
|
idxsum(vec), 3
|
|
== vec 3
|
|
veclen(vec), 3
|
|
== t1 1
|
|
c
|
|
b
|
|
a
|
|
== t1 2
|
|
keyc
|
|
keyb
|
|
keya
|
|
== t1 3
|
|
t1len, 3
|
|
== t2 1
|
|
1, a1a
|
|
3, c3c
|
|
2, b2b
|
|
== t2 2
|
|
a, T
|
|
c, T
|
|
b, F
|
|
== t2 3
|
|
t2concat, a1ac3cb2b
|
|
== s
|
|
strlen(s), 10
|