Searched refs:nothing_to_escape (Results 1 – 1 of 1) sorted by relevance
1166 char nothing_to_escape[] = "hello,world:!"; in ZTEST() local1168 size_t len = sizeof(nothing_to_escape) - 1; in ZTEST()1171 ret = json_escape(nothing_to_escape, &len, sizeof(nothing_to_escape)); in ZTEST()1173 zassert_equal(len, sizeof(nothing_to_escape) - 1, in ZTEST()1175 zassert_str_equal(nothing_to_escape, expected, in ZTEST()