MCPcopy Create free account
hub / github.com/git/git / test_trailer__empty_input

Function test_trailer__empty_input

t/unit-tests/u-trailer.c:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32void test_trailer__empty_input(void)
33{
34 struct contents expected_contents[] = { 0 };
35 t_trailer_iterator("", 0, expected_contents);
36}
37
38void test_trailer__no_newline_start(void)
39{

Callers

nothing calls this directly

Calls 1

t_trailer_iteratorFunction · 0.85

Tested by

no test coverage detected