| 91 | } |
| 92 | |
| 93 | static void parse_string_should_not_parse_non_strings(void) |
| 94 | { |
| 95 | assert_not_parse_string("this\" is not a string\""); |
| 96 | reset(item); |
| 97 | assert_not_parse_string(""); |
| 98 | reset(item); |
| 99 | } |
| 100 | |
| 101 | static void parse_string_should_not_parse_invalid_backslash(void) |
| 102 | { |
nothing calls this directly
no test coverage detected
searching dependent graphs…