commit | 32ec23162e9c77f4648cf0bdc7b3a60ac7f00929 | [log] [tgz] |
---|---|---|
author | René Scharfe <rene.scharfe@lsrfire.ath.cx> | Sat Oct 01 18:39:58 2011 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Mon Oct 03 11:44:03 2011 -0700 |
tree | 2081707d35e3b7a562128ac5b34435199e413acc | |
parent | c37c004b0e22806fd976abe5ece800656af2653e [diff] [blame] |
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>
diff --git a/test-ctype.c b/test-ctype.c index b4d1f74..707a821 100644 --- a/test-ctype.c +++ b/test-ctype.c
@@ -36,6 +36,7 @@ TEST_CLASS(isalnum, LOWER UPPER DIGIT); TEST_CLASS(is_glob_special, "*?[\\"); TEST_CLASS(is_regex_special, "$()*+.?[\\^{|"); + TEST_CLASS(is_pathspec_magic, "!\"#%&',-/:;<=>@_`~"); return rc; }