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.
1 parent c3c35a9 commit 5738c00Copy full SHA for 5738c00
tests/test_runtime_errors.py
@@ -64,6 +64,9 @@ def test_parser_regex():
64
assert (
65
str(exc.value.message)
66
== "Fail to parse with regex (: error('missing ), unterminated subpattern at position 0')"
67
+ ) or (
68
+ str(exc.value.message)
69
+ == "Fail to parse with regex (: PatternError('missing ), unterminated subpattern at position 0')"
70
)
71
72
0 commit comments