mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 19:48:20 +00:00
BTests for any/vector-of-any fixes
This commit is contained in:
parent
d70a0fae85
commit
8e5dac3900
3 changed files with 50 additions and 0 deletions
|
@ -0,0 +1,2 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||
error in <...>/vector-any-append.zeek, line 61: incompatible vector element assignment (v7 += v5 and [a, -3])
|
|
@ -1,2 +1,7 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||
[0, 1, 2, 3]
|
||||
[4, 0, 1, 2, 3]
|
||||
[1, 2, 3, [4, 5]], 4, count, count, vector of count
|
||||
[[r=r], [r=r], [s=s], [s=s]]
|
||||
[a, -3]
|
||||
[]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue