zeek/testing/btest/Baseline/language.table-init-attrs/output
2020-12-06 20:19:49 -08:00

92 lines
661 B
Text

### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
my_set_ctor_init
{
test4,
test2,
test3,
test1
}
my_table_ctor_init
{
[2] = test2,
[1] = test1,
[3] = test3
}
nope
my_set_init
{
test4,
test2,
test3,
test1
}
my_table_init
{
[4] = test4,
[2] = test2,
[3] = test3,
[1] = test1
}
nope
inception
{
[0] = {
[13] = bar
}
}
{
[13] = bar
}
bar
forty-two
{
}
we need to go deeper
{
[0] = {
[13] = bar
}
}
{
[13] = bar
}
bar
forty-two
{
}
we need to go deeper
local table t1
{
[1] = foo
}
foo
nope
local table t2
{
[1] = foo
}
foo
nope
local table t3
{
}
nope
nope
local table t4
{
}
nope
nope