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

Function test_strvec__split_empty_string

t/unit-tests/u-strvec.c:254–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254void test_strvec__split_empty_string(void)
255{
256 struct strvec vec = STRVEC_INIT;
257
258 strvec_split(&vec, "");
259 check_strvec(&vec, NULL);
260 strvec_clear(&vec);
261}
262
263void test_strvec__split_single_item(void)
264{

Callers

nothing calls this directly

Calls 2

strvec_splitFunction · 0.85
strvec_clearFunction · 0.85

Tested by

no test coverage detected