Home
last modified time | relevance | path

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

/third_party/cJSON/tests/
Dminify_tests.c34 char unclosed_multiline_comment[] = "/* bla"; in cjson_minify_should_not_overflow_buffer() local
37 cJSON_Minify(unclosed_multiline_comment); in cjson_minify_should_not_overflow_buffer()
38 TEST_ASSERT_EQUAL_STRING("", unclosed_multiline_comment); in cjson_minify_should_not_overflow_buffer()