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

Function parse_string_should_parse_utf16_surrogate_pairs

tests/parse_string.c:87–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87static void parse_string_should_parse_utf16_surrogate_pairs(void)
88{
89 assert_parse_string("\"\\uD83D\\udc31\"", "🐱");
90 reset(item);
91}
92
93static void parse_string_should_not_parse_non_strings(void)
94{

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…