diff options
Diffstat (limited to 'Lib/test/test_unicode.py')
| -rw-r--r-- | Lib/test/test_unicode.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_unicode.py b/Lib/test/test_unicode.py index ff90745..5e96ba8 100644 --- a/Lib/test/test_unicode.py +++ b/Lib/test/test_unicode.py @@ -1349,7 +1349,7 @@ class UnicodeTest(string_tests.CommonTest, def test_printable_repr(self): self.assertEqual(repr('\U00010000'), "'%c'" % (0x10000,)) # printable - self.assertEqual(repr('\U00011000'), "'\\U00011000'") # nonprintable + self.assertEqual(repr('\U00014000'), "'\\U00014000'") # nonprintable def test_expandtabs_overflows_gracefully(self): # This test only affects 32-bit platforms because expandtabs can only take |
