mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 12:08:20 +00:00
Update unit test output to match json.zeek being deprecated and slight format changes to JSON output
This commit is contained in:
parent
33a7927704
commit
d27c846ec5
7 changed files with 31 additions and 29 deletions
|
@ -72,6 +72,9 @@ event zeek_init()
|
|||
local e: color = Red;
|
||||
print to_json(e);
|
||||
|
||||
local p: pattern = /^abcd/;
|
||||
print to_json(p);
|
||||
|
||||
# #########################
|
||||
# Test the container types:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue