We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8017a1a commit fa68428Copy full SHA for fa68428
1 file changed
tests/unicode/unicode.py
@@ -19,8 +19,7 @@
19
20
# printing of unicode chars using repr
21
# NOTE: for some characters (eg \u10ff) we differ to CPython
22
-print(repr("a\uffff"))
23
-print(repr("a\U0001ffff"))
+print(repr("a\u2000"))
24
25
# test invalid escape code
26
try:
0 commit comments