mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00

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.
21 lines
534 B
Text
21 lines
534 B
Text
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
|
============PREDICATE============
|
|
Input::EVENT_NEW
|
|
[i=3]
|
|
[s=TEST, ss=<uninitialized>]
|
|
============PREDICATE============
|
|
Input::EVENT_NEW
|
|
[i=4]
|
|
[s=TEST, ss=TEST]
|
|
============PREDICATE============
|
|
Input::EVENT_NEW
|
|
[i=1]
|
|
[s=TEST2, ss=<uninitialized>]
|
|
============PREDICATE============
|
|
Input::EVENT_CHANGED
|
|
[i=4]
|
|
[s=TEST2, ss=TEST2]
|
|
============PREDICATE============
|
|
Input::EVENT_REMOVED
|
|
[i=3]
|
|
[s=TEST, ss=<uninitialized>]
|