Skip to content

Commit 32ec231

Browse files
René Scharfegitster
authored andcommitted
test-ctype: add test for is_pathspec_magic
Signed-off-by: Rene Scharfe <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent c37c004 commit 32ec231

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test-ctype.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ int main(int argc, char **argv)
3636
TEST_CLASS(isalnum, LOWER UPPER DIGIT);
3737
TEST_CLASS(is_glob_special, "*?[\\");
3838
TEST_CLASS(is_regex_special, "$()*+.?[\\^{|");
39+
TEST_CLASS(is_pathspec_magic, "!\"#%&',-/:;<=>@_`~");
3940

4041
return rc;
4142
}

0 commit comments

Comments
 (0)