mirror of
https://git.proxmox.com/git/libgit2
synced 2025-06-17 17:29:54 +00:00
Test buf join with NULL behavior explicitly
This commit is contained in:
parent
e1859ea184
commit
17c92beaca
@ -457,6 +457,9 @@ void test_core_buffer__8(void)
|
||||
|
||||
git_buf_free(&a);
|
||||
|
||||
check_joinbuf_2(NULL, "", "");
|
||||
check_joinbuf_2(NULL, "a", "a");
|
||||
check_joinbuf_2(NULL, "/a", "/a");
|
||||
check_joinbuf_2("", "", "");
|
||||
check_joinbuf_2("", "a", "a");
|
||||
check_joinbuf_2("", "/a", "/a");
|
||||
|
Loading…
Reference in New Issue
Block a user