zeek/testing/btest/Baseline/language.unspecified
Arne Welzel 189565d131 types: Fix table() resulting in table_type->IsSet() == true
typename(table()) apparently always resulted in a set[] type
being rendered. Make the yield type of an unspecified table
ANY so that type->IsSet() ends up false.

While at it, also render unspecified types as table(), set() and
vector() rather than vector of void, set[] or table[] of any which
IMO should help to figure out what's going.
2024-11-06 13:28:57 +01:00
..
output types: Fix table() resulting in table_type->IsSet() == true 2024-11-06 13:28:57 +01:00