mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
closes bpo-36861: Update Unicode database to 12.1.0. (GH-13214)
Adds ㋿.
This commit is contained in:
parent
289f1f80ee
commit
3aca40d3cb
10 changed files with 15415 additions and 15411 deletions
|
@ -80,7 +80,7 @@ class UnicodeFunctionsTest(UnicodeDatabaseTest):
|
|||
|
||||
# Update this if the database changes. Make sure to do a full rebuild
|
||||
# (e.g. 'make distclean && make') to get the correct checksum.
|
||||
expectedchecksum = '4cb02a243aed7c251067386dd738189146fddf94'
|
||||
expectedchecksum = 'c44a49ca7c5cb6441640fe174ede604b45028652'
|
||||
def test_function_checksum(self):
|
||||
data = []
|
||||
h = hashlib.sha1()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue