Home
last modified time | relevance | path

Searched refs:digits_upper (Results 1 - 1 of 1) sorted by relevance

/third_party/cJSON/tests/
H A Dparse_hex4.c35 unsigned char digits_upper[6]; in parse_hex4_should_parse_all_combinations() local
40 TEST_ASSERT_EQUAL_INT_MESSAGE(4, sprintf((char*)digits_upper, "%.4X", number), "sprintf failed."); in parse_hex4_should_parse_all_combinations()
43 TEST_ASSERT_EQUAL_INT_MESSAGE(number, parse_hex4(digits_upper), "Failed to parse uppercase digits."); in parse_hex4_should_parse_all_combinations()

Completed in 1 milliseconds