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

51 lines
431 B
Text

### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
table of set
{
[5] = {
[bah, 3] ,
[baz, 4]
},
[13] = {
[bar, 2] ,
[foo, 1]
}
}
table of vector
{
[5] = [3, 4],
[13] = [1, 2]
}
table of table
{
[5] = {
[bah, 3] = 3,
[baz, 4] = 4
},
[13] = {
[bar, 2] = 2,
[foo, 1] = 1
}
}
table of record
{
[5] = [a=2, b=bar],
[13] = [a=1, b=foo]
}
T
T
T
T
T
T
T
T
T
T
T
T
T
T