mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 17:48:21 +00:00
Merge branch 'master' into topic/jsiwek/supervisor
This commit is contained in:
commit
520c6e3ebf
28 changed files with 60 additions and 30 deletions
|
@ -167,6 +167,7 @@ TEST_CASE("util get_escaped_string")
|
|||
{
|
||||
ODesc* d = get_escaped_string(nullptr, "a bcd\n", 6, false);
|
||||
CHECK(strcmp(d->Description(), "a\\x20bcd\\x0a") == 0);
|
||||
delete d;
|
||||
}
|
||||
|
||||
SUBCASE("provided ODesc")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue