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

Function parse_number_should_parse_zero

tests/parse_number.c:70–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70static void parse_number_should_parse_zero(void)
71{
72 assert_parse_number("0", 0, 0);
73 assert_parse_number("0.0", 0, 0.0);
74 assert_parse_number("-0", 0, -0.0);
75}
76
77static void parse_number_should_parse_negative_integers(void)
78{

Callers

nothing calls this directly

Calls 1

assert_parse_numberFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…