mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
Allow local table variables to be initialized with {} list expressions.
This commit is contained in:
parent
f8ec98625d
commit
aae60a6d76
5 changed files with 50 additions and 6 deletions
10
testing/btest/Baseline/language.table-init/output
Normal file
10
testing/btest/Baseline/language.table-init/output
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
[2] = two,
|
||||
[1] = one
|
||||
}
|
||||
global table default
|
||||
{
|
||||
[4] = four,
|
||||
[3] = three
|
||||
}
|
||||
local table default
|
Loading…
Add table
Add a link
Reference in a new issue