mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00

Introduce helpers to determine if a given attribute or module event group exists given a string.
6 lines
349 B
Text
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)
|