From: René Scharfe Date: Sat, 1 Oct 2011 16:39:58 +0000 (+0200) Subject: test-ctype: add test for is_pathspec_magic X-Git-Tag: v1.7.8-rc0~96^2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=32ec23162e9c77f4648cf0bdc7b3a60ac7f00929;p=git.git test-ctype: add test for is_pathspec_magic Signed-off-by: Rene Scharfe Signed-off-by: Junio C Hamano --- diff --git a/test-ctype.c b/test-ctype.c index b4d1f74e2..707a821f0 100644 --- a/test-ctype.c +++ b/test-ctype.c @@ -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; }