| 75 | } |
| 76 | |
| 77 | static void print_value_should_print_string(void) |
| 78 | { |
| 79 | assert_print_value("\"\""); |
| 80 | assert_print_value("\"hello\""); |
| 81 | } |
| 82 | |
| 83 | static void print_value_should_print_array(void) |
| 84 | { |
nothing calls this directly
no test coverage detected
searching dependent graphs…