mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Update unit tests for JSON logger to match new output
This commit is contained in:
parent
9b76e8faf4
commit
d732fb4d4b
5 changed files with 90 additions and 19 deletions
|
@ -0,0 +1,12 @@
|
|||
{"s":"a"}
|
||||
{"s":"\b\f\n\r\t\\x00\\x15"}
|
||||
{"s":"ñ"}
|
||||
{"s":"\\xc3("}
|
||||
{"s":"\\xa0\\xa1"}
|
||||
{"s":"₡"}
|
||||
{"s":"\\xe2(\\xa1"}
|
||||
{"s":"\\xe2\\x82("}
|
||||
{"s":"𐌼"}
|
||||
{"s":"\\xf0(\\x8c\\xbc"}
|
||||
{"s":"\\xf0\\x90(\\xbc"}
|
||||
{"s":"\\xf0(\\x8c("}
|
Loading…
Add table
Add a link
Reference in a new issue