Merge branch 'master' into topic/jsiwek/supervisor

This commit is contained in:
Jon Siwek 2020-01-13 10:27:34 -08:00
commit 520c6e3ebf
28 changed files with 60 additions and 30 deletions

View file

@ -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")