mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 05:58:20 +00:00
Add test of record() constructor to table initializer unit test.
This commit is contained in:
parent
a0590b2140
commit
00f7bbda96
2 changed files with 29 additions and 0 deletions
|
@ -28,6 +28,14 @@ table of table
|
|||
}
|
||||
}
|
||||
|
||||
table of record
|
||||
{
|
||||
[13] = [a=1, b=foo],
|
||||
[5] = [a=2, b=bar]
|
||||
}
|
||||
|
||||
T
|
||||
T
|
||||
T
|
||||
T
|
||||
T
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue