Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
test-ctype: add test for is_pathspec_magic
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
René Scharfe authored and Junio C Hamano committed Oct 3, 2011
1 parent c37c004 commit 32ec231
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test-ctype.c
Expand Up @@ -36,6 +36,7 @@ int main(int argc, char **argv)
TEST_CLASS(isalnum, LOWER UPPER DIGIT);
TEST_CLASS(is_glob_special, "*?[\\");
TEST_CLASS(is_regex_special, "$()*+.?[\\^{|");
TEST_CLASS(is_pathspec_magic, "!\"#%&',-/:;<=>@_`~");

return rc;
}

0 comments on commit 32ec231

Please sign in to comment.