mirror of
https://github.com/json-c/json-c.git
synced 2026-03-22 22:49:06 +08:00
Increased the test coverage of json_object_iterator.c from 0% to 100%
This commit is contained in:
14
tests/test_object_iterator.expected
Normal file
14
tests/test_object_iterator.expected
Normal file
@@ -0,0 +1,14 @@
|
||||
string_of_digits
|
||||
"123"
|
||||
regular_number
|
||||
222
|
||||
decimal_number
|
||||
99.55
|
||||
boolean_true
|
||||
true
|
||||
boolean_false
|
||||
false
|
||||
big_number
|
||||
2147483649
|
||||
a_null
|
||||
null
|
||||
Reference in New Issue
Block a user