Update unit test output to match json.zeek being deprecated and slight format changes to JSON output

This commit is contained in:
Tim Wojtulewicz 2019-06-26 14:58:53 -07:00
parent 33a7927704
commit d27c846ec5
7 changed files with 31 additions and 29 deletions

View file

@ -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: