Skip to content

Commit 68dd63b

Browse files
committed
1 parent 9e95d6f commit 68dd63b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/regressiontests/debug/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ class BrokenException(Exception):
44
pass
55

66
except_args = ('Broken!', # plain exception with ASCII text
7-
u'¡Broken!', # non-ASCII unicode data
8-
'¡Broken!', # non-ASCII, utf-8 encoded bytestring
7+
u'¡Broken!', # non-ASCII unicode data
8+
'¡Broken!', # non-ASCII, utf-8 encoded bytestring
99
'\xa1Broken!', ) # non-ASCII, latin1 bytestring
1010

0 commit comments

Comments
 (0)