zeek/testing/btest/Baseline/language.table-redef/out
Jon Siwek ae5a75bad9 Fix redef of table index from clearing table. Addresses #1013.
`redef foo["x"] = 1` now acts like `redef foo += { ["x"] = 1 }`
instead of `redef foo = { ["x"] = 1 }`.
2013-06-12 15:18:58 -05:00

6 lines
59 B
Text

{
[def] = 99.0,
[neat] = 1.0,
[cool] = 28.0,
[abc] = 8.0
}