Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
config: add config_from_gitmodules
[gitweb.git]
/
t
/
t3070-wildmatch.sh
diff --git
a/t/t3070-wildmatch.sh
b/t/t3070-wildmatch.sh
index 8fd70d3aa25f05593826ff9a788c7935b0925ef8..163a14a1c2cb77b2a644a7342fd554940f7dd2e3 100755
(executable)
--- a/
t/t3070-wildmatch.sh
+++ b/
t/t3070-wildmatch.sh
@@
-235,7
+235,7
@@
pathmatch 1 abcXdefXghi '*X*i'
pathmatch 1 ab/cXd/efXg/hi '*/*X*/*/*i'
pathmatch 1 ab/cXd/efXg/hi '*Xg*i'
-# Case-sensitivy features
+# Case-sensitiv
it
y features
match 0 x 'a' '[A-Z]'
match 1 x 'A' '[A-Z]'
match 0 x 'A' '[a-z]'