Home
last modified time | relevance | path

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

/third_party/cJSON/tests/
Dminify_tests.c35 char pending_escape[] = "\"\\"; in cjson_minify_should_not_overflow_buffer() local
40 cJSON_Minify(pending_escape); in cjson_minify_should_not_overflow_buffer()
41 TEST_ASSERT_EQUAL_STRING("\"\\", pending_escape); in cjson_minify_should_not_overflow_buffer()