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 9e95d6f commit 68dd63bCopy full SHA for 68dd63b
tests/regressiontests/debug/__init__.py
@@ -4,7 +4,7 @@ class BrokenException(Exception):
4
pass
5
6
except_args = ('Broken!', # plain exception with ASCII text
7
- u'¡Broken!', # non-ASCII unicode data
8
- '¡Broken!', # non-ASCII, utf-8 encoded bytestring
+ u'¡Broken!', # non-ASCII unicode data
+ '¡Broken!', # non-ASCII, utf-8 encoded bytestring
9
'\xa1Broken!', ) # non-ASCII, latin1 bytestring
10
0 commit comments