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

including two hooks called assertion_failure() and assertion_result() for customization and tracking of assertion results.
5 lines
428 B
Text
5 lines
428 B
Text
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
|
assertion_result, T, 2 + 2 == 4, this is true, <...>/assert-hook.zeek, 10
|
|
assertion_result, T, 2 + 2 == 4, {"msg":"this is also true"}, <...>/assert-hook.zeek, 11
|
|
assertion_result, F, 2 + 2 == 5, this is false, <...>/assert-hook.zeek, 12
|
|
assertion_result, F, 2 + 2 == 5, this is false, <...>/assert-hook.zeek, 18
|