Thanks to visit codestin.com Credit goes to github.com
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 a135a6d commit 97cd45bCopy full SHA for 97cd45b
1 file changed
Lib/test/test_syntax.py
@@ -2336,7 +2336,7 @@ def test_error_parenthesis(self):
2336
2337
# Examples with dencodings
2338
s = b'# coding=latin\n(aaaaaaaaaaaaaaaaa\naaaaaaaaaaa\xb5'
2339
- self._check_error(s, "'\(' was never closed")
+ self._check_error(s, r"'\(' was never closed")
2340
2341
def test_error_string_literal(self):
2342
0 commit comments