| 30 | } |
| 31 | |
| 32 | void test_trailer__empty_input(void) |
| 33 | { |
| 34 | struct contents expected_contents[] = { 0 }; |
| 35 | t_trailer_iterator("", 0, expected_contents); |
| 36 | } |
| 37 | |
| 38 | void test_trailer__no_newline_start(void) |
| 39 | { |
nothing calls this directly
no test coverage detected