Skip to content

Commit

Permalink
Better.
Browse files Browse the repository at this point in the history
  • Loading branch information
excitoon committed Sep 4, 2022
1 parent 8c07645 commit a9bd60c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_match.py
Original file line number Diff line number Diff line change
Expand Up @@ -911,6 +911,7 @@ def test_caleb_03_double_asterisk_trailing_slash_edge_case(self):
self.assertTrue(include)
self.assertEqual(regex, "^.+/.*$")

def test_caleb_03_double_asterisk_trailing_slash_edge_case_double_pattern(self):
equivalent_regex, include = GitWildMatchPattern.pattern_to_regex("**/**/")
self.assertTrue(include)
self.assertEqual(equivalent_regex, regex)
Expand Down

0 comments on commit a9bd60c

Please sign in to comment.