Skip to content

Commit

Permalink
extra test
Browse files Browse the repository at this point in the history
  • Loading branch information
eliotwrobson committed Apr 5, 2023
1 parent 64d911c commit 8db74b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_regex.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ def test_blank(self):
self.assertTrue(re.isequal("()", ""))
self.assertTrue(re.isequal("a|()", "a?"))
self.assertTrue(re.isequal("a()", "a"))
self.assertTrue(re.isequal("a()b()()c()", "abc"))

def test_invalid_symbols(self):
"""Should throw exception if reserved character is in input symbols"""
Expand Down

0 comments on commit 8db74b6

Please sign in to comment.