We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 10184b2 + e998041 commit c6c655fCopy full SHA for c6c655f
t/t0008-ignores.sh
@@ -605,7 +605,7 @@ cat <<-EOF >expected-verbose
605
a/b/.gitignore:8:!on* a/b/one
606
a/b/.gitignore:8:!on* a/b/one one
607
a/b/.gitignore:8:!on* a/b/one two
608
- a/b/.gitignore:8:!on* "a/b/one\"three"
+ a/b/.gitignore:8:!on* "a/b/one\\"three"
609
a/b/.gitignore:9:!two a/b/two
610
a/.gitignore:1:two* a/b/twooo
611
$global_excludes:2:!globaltwo globaltwo
@@ -686,7 +686,7 @@ cat <<-EOF >expected-all
686
a/b/.gitignore:8:!on* b/one
687
a/b/.gitignore:8:!on* b/one one
688
a/b/.gitignore:8:!on* b/one two
689
- a/b/.gitignore:8:!on* "b/one\"three"
+ a/b/.gitignore:8:!on* "b/one\\"three"
690
a/b/.gitignore:9:!two b/two
691
:: b/not-ignored
692
a/.gitignore:1:two* b/twooo
0 commit comments