We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e0a65be + 275bf22 commit 7c85f9eCopy full SHA for 7c85f9e
pathspec/tests/test_gitignore.py
@@ -61,7 +61,7 @@ def test_03_child_double_asterisk(self):
61
"""
62
spec = GitIgnorePattern('spam/**')
63
self.assertTrue(spec.include)
64
- self.assertEquals(spec.regex.pattern, '^(?:.+/)?spam/.+$')
+ self.assertEquals(spec.regex.pattern, '^(?:.+/)?spam/.*$')
65
66
def test_03_inner_double_asterisk(self):
67
0 commit comments