Skip to content

Commit

Permalink
Missing test for cpburnz#3
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlia committed Sep 14, 2014
1 parent e0a65be commit 275bf22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pathspec/tests/test_gitignore.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def test_03_child_double_asterisk(self):
"""
spec = GitIgnorePattern('spam/**')
self.assertTrue(spec.include)
self.assertEquals(spec.regex.pattern, '^(?:.+/)?spam/.+$')
self.assertEquals(spec.regex.pattern, '^(?:.+/)?spam/.*$')

def test_03_inner_double_asterisk(self):
"""
Expand Down

0 comments on commit 275bf22

Please sign in to comment.