zeek/testing/btest/Baseline/language.table
Jon Siwek 56e359ca9d Fix ambiguity between composite table index and record ctor expressions.
For tables of a composite index type with the first type being a
record, membership checks with an inline index key could be
misinterpreted as a record constructor instead of an expression list.
E.g, if the table type is "global t = table[conn_id, bool] of count",
then checking membership like "[c$id, is_orig] in t" now works.

Addresses #80.
2012-11-16 12:43:39 -06:00
..
out Fix ambiguity between composite table index and record ctor expressions. 2012-11-16 12:43:39 -06:00