]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] gh-96954: Add tests for unicodedata.name/lookup (GH-96955) (GH-96992)
authorŁukasz Langa <lukasz@langa.pl>
Wed, 21 Sep 2022 13:51:33 +0000 (15:51 +0200)
committerGitHub <noreply@github.com>
Wed, 21 Sep 2022 13:51:33 +0000 (15:51 +0200)
commitc112489f877a37cd6e887f0893fc1f4843c168fa
treef6f2628f8f61b43d66f898b30ecc4239ca245c65
parentc166541b25baedfde9f57f87f2dbd7e3f2f8a6e1
[3.10] gh-96954: Add tests for unicodedata.name/lookup (GH-96955) (GH-96992)

They were undertested, and since GH-96954 might involve a
rewrite of this part of the code we want to ensure that
there won't be any behavioral change.

Co-authored-by: Carl Friedrich Bolz-Tereick <cfbolz@gmx.de>
(cherry picked from commit 5a32eeced2c537c13613dd4ff5b2767a37037294)

Co-authored-by: Batuhan Taskaya <isidentical@gmail.com>
Lib/test/test_unicodedata.py