Home
last modified time | relevance | path

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

/third_party/cJSON/tests/
Dparse_string.c60 static void assert_not_parse_string(const char * const string) in assert_not_parse_string() function
95 assert_not_parse_string("this\" is not a string\""); in parse_string_should_not_parse_non_strings()
97 assert_not_parse_string(""); in parse_string_should_not_parse_non_strings()
103 assert_not_parse_string("Abcdef\\123"); in parse_string_should_not_parse_invalid_backslash()
105 assert_not_parse_string("Abcdef\\e23"); in parse_string_should_not_parse_invalid_backslash()
111 assert_not_parse_string("\"000000000000000000\\"); in parse_string_should_not_overflow_with_closing_backslash()