mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
Enable commented out test
This commit is contained in:
parent
0290c7a811
commit
dffab19218
1 changed files with 1 additions and 1 deletions
|
@ -1403,7 +1403,7 @@ class UnicodeTest(string_tests.CommonTest,
|
|||
# Roundtrip safety for non-BMP (just a few chars)
|
||||
u = '\U00010001\U00020002\U00030003\U00040004\U00050005'
|
||||
for encoding in ('utf-8', 'utf-16', 'utf-16-le', 'utf-16-be',
|
||||
#'raw_unicode_escape',
|
||||
'raw_unicode_escape',
|
||||
'unicode_escape', 'unicode_internal'):
|
||||
self.assertEqual(str(u.encode(encoding),encoding), u)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue