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

Function parse_string_should_not_parse_invalid_backslash

tests/parse_string.c:101–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101static void parse_string_should_not_parse_invalid_backslash(void)
102{
103 assert_not_parse_string("Abcdef\\123");
104 reset(item);
105 assert_not_parse_string("Abcdef\\e23");
106 reset(item);
107}
108
109static void parse_string_should_not_overflow_with_closing_backslash(void)
110{

Callers

nothing calls this directly

Calls 2

assert_not_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…