Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
gitweb: Add a feature to show side-by-side diff
[gitweb.git]
/
test-ctype.c
diff --git
a/test-ctype.c
b/test-ctype.c
index b4d1f74e2d63ff4968cd1ac9f66a205963edaaf7..707a821f03d59b1b3685b380fa4f3e83535c5342 100644
(file)
--- 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;
}