| 113 | } |
| 114 | |
| 115 | static 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 | |
| 122 | int CJSON_CDECL main(void) |
| 123 | { |
nothing calls this directly
no test coverage detected
searching dependent graphs…