Fix unicode test
This commit is contained in:
parent
11f1c42bb5
commit
1d7e24484c
|
@ -19,8 +19,7 @@ print(enc, enc.decode() == s)
|
|||
|
||||
# printing of unicode chars using repr
|
||||
# NOTE: for some characters (eg \u10ff) we differ to CPython
|
||||
print(repr("a\uffff"))
|
||||
print(repr("a\U0001ffff"))
|
||||
print(repr("a\u2000"))
|
||||
|
||||
# test invalid escape code
|
||||
try:
|
||||
|
|
Loading…
Reference in New Issue