zeek/testing/btest/Baseline/scripts.base.frameworks.input.emptyvals/out
Christian Kreibich 937bdccab5 Skip input framework entries with missing but non-optional fields
The framework so far populated data structures with missing fields
even when those fields are defined without the &optional
attribute. When using the attribute, such entries continue to get
populated.

Update tests to reflect focus on unset fields.
2021-06-30 20:02:26 -07:00

8 lines
180 B
Text

### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
{
[1] = [b=T]
}
{
[1, 1] = [b=T],
[2, 2] = [b=<uninitialized>]
}