| 85 | } |
| 86 | |
| 87 | static void parse_string_should_parse_utf16_surrogate_pairs(void) |
| 88 | { |
| 89 | assert_parse_string("\"\\uD83D\\udc31\"", "🐱"); |
| 90 | reset(item); |
| 91 | } |
| 92 | |
| 93 | static void parse_string_should_not_parse_non_strings(void) |
| 94 | { |
nothing calls this directly
no test coverage detected
searching dependent graphs…