zeek/testing/btest/Baseline/language.named-table-ctors/out
2016-07-13 10:11:37 -07:00

23 lines
251 B
Text

{
[1] = one,
[5] = five,
[3] = three
}
{
[[min=<uninitialized>, max=5]] = max5,
[[min=<uninitialized>, max=2]] = max2
}
{
[test, 1] = test1,
[cool, 2] = cool2
}
{
[two] = 2.0,
[one] = 1.0,
[three] = 3.0
}
0.0
{
[37] = thirty-seven,
[42] = forty-two
}