MCPcopy Create free account
hub / github.com/DaveGamble/cJSON / parse_string_should_parse_bug_94

Function parse_string_should_parse_bug_94

tests/parse_string.c:115–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115static void parse_string_should_parse_bug_94(void)
116{
117 const char string[] = "\"~!@\\\\#$%^&*()\\\\\\\\-\\\\+{}[]:\\\\;\\\\\\\"\\\\<\\\\>?/.,DC=ad,DC=com\"";
118 assert_parse_string(string, "~!@\\#$%^&*()\\\\-\\+{}[]:\\;\\\"\\<\\>?/.,DC=ad,DC=com");
119 reset(item);
120}
121
122int CJSON_CDECL main(void)
123{

Callers

nothing calls this directly

Calls 2

assert_parse_stringFunction · 0.85
resetFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…