We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05e891f commit d7eca4cCopy full SHA for d7eca4c
tests/refs/foreachglob.c
@@ -62,6 +62,11 @@ void test_refs_foreachglob__retrieve_local_branches(void)
62
assert_retrieval("refs/heads/*", 12);
63
}
64
65
+void test_refs_foreachglob__retrieve_nonexistant(void)
66
+{
67
+ assert_retrieval("refs/nonexistent/*", 0);
68
+}
69
+
70
void test_refs_foreachglob__retrieve_partially_named_references(void)
71
{
72
/*
0 commit comments