Home
last modified time | relevance | path

Searched refs:nothing_to_escape (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/tests/lib/json/src/
Dmain.c1166 char nothing_to_escape[] = "hello,world:!"; in ZTEST() local
1168 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()