| 69 | } |
| 70 | |
| 71 | static void print_object_should_print_empty_objects(void) |
| 72 | { |
| 73 | assert_print_object("{\n}", "{}"); |
| 74 | } |
| 75 | |
| 76 | static void print_object_should_print_objects_with_one_element(void) |
| 77 | { |
nothing calls this directly
no test coverage detected
searching dependent graphs…