closes bpo-39926: Update Unicode to 13.0.0. (GH-18910)

This commit is contained in:
Benjamin Peterson 2020-03-10 20:41:34 -07:00 committed by GitHub
parent 76d5877b72
commit 051b9d08d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 30363 additions and 29328 deletions

View file

@ -99,6 +99,7 @@ class UnicodeNamesTest(unittest.TestCase):
self.checkletter("CJK UNIFIED IDEOGRAPH-2B734", "\U0002B734")
self.checkletter("CJK UNIFIED IDEOGRAPH-2B740", "\U0002B740")
self.checkletter("CJK UNIFIED IDEOGRAPH-2B81D", "\U0002B81D")
self.checkletter("CJK UNIFIED IDEOGRAPH-3134A", "\U0003134A")
def test_bmp_characters(self):
for code in range(0x10000):