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 bd9809a commit df8ff8dCopy full SHA for df8ff8d
tests/test_pages/test_text.py
@@ -221,7 +221,6 @@ def test_regex_matcher(self):
221
# test RegexMatcher
222
failed_pattern = "[\n"
223
expected_error_msg = (
224
- "regex '[\n' did not compile: error: "
225
"unterminated character set at position 0 (line 1, column 1)")
226
with self.assertRaises(ValidationError) as cm:
227
RegexMatcher(None, "",
@@ -239,7 +238,6 @@ def test_case_sensitive_regex_matcher(self):
239
238
# test CaseSensitiveRegexMatcher
240
241
242
243
244
245
CaseSensitiveRegexMatcher(None, "",
0 commit comments