| 39 | } |
| 40 | |
| 41 | static void print_string_should_print_empty_strings(void) |
| 42 | { |
| 43 | assert_print_string("\"\"", ""); |
| 44 | assert_print_string("\"\"", NULL); |
| 45 | } |
| 46 | |
| 47 | static void print_string_should_print_ascii(void) |
| 48 | { |
nothing calls this directly
no test coverage detected
searching dependent graphs…