zeek/testing/btest/Baseline/core.event-groups.existence/output
Arne Welzel ba4b8faea2 zeek.bif: Add has_event_group() / has_module_events()
Introduce helpers to determine if a given attribute or module event
group exists given a string.
2022-12-09 16:59:07 +01:00

6 lines
349 B
Text

### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
PASS: eg: has test-my-protocol (T == T)
PASS: eg: has not test-my-protocol-nope (F == F)
PASS: eg: has not eg TestMyProtocol::Logging (F == F)
PASS: me: has TestMyProtocol::Logging (T == T)
PASS: me: has not test-my-protocol (F == F)