mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 11:08:20 +00:00
update test suite to avoid GH-2385 problems, including incorrect typing
This commit is contained in:
parent
3c33728a2a
commit
66c5bdbeac
4 changed files with 24 additions and 12 deletions
|
@ -38,9 +38,15 @@ tab6, table[string,string] of vector of count, {
|
|||
[a, b] = [1, 2],
|
||||
[c, d] = [3, 4]
|
||||
}
|
||||
tab7, table[string,string] of list of count,count, {
|
||||
[a, b] = 1, 2,
|
||||
[c, d] = 3, 4
|
||||
tab7, table[string,string] of set[count], {
|
||||
[a, b] = {
|
||||
2,
|
||||
1
|
||||
},
|
||||
[c, d] = {
|
||||
4,
|
||||
3
|
||||
}
|
||||
}
|
||||
tab8, table[MyRecord] of count, {
|
||||
[[a=c, b=d]] = 43,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue