zeek/testing/btest/Baseline/language.named-table-ctors/out

23 lines
251 B
Text

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