mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
closes gh-124016: update Unicode to 16.0.0 (#124017)
This commit is contained in:
parent
a9594a34c6
commit
bb904e063d
12 changed files with 23668 additions and 21778 deletions
|
@ -1132,8 +1132,8 @@ class StringLikeTest(BaseTest):
|
|||
self.checkequal('\u2160\u2171\u2172',
|
||||
'\u2170\u2171\u2172', 'capitalize')
|
||||
# check with Ll chars with no upper - nothing changes here
|
||||
self.checkequal('\u019b\u1d00\u1d86\u0221\u1fb7',
|
||||
'\u019b\u1d00\u1d86\u0221\u1fb7', 'capitalize')
|
||||
self.checkequal('\u1d00\u1d86\u0221\u1fb7',
|
||||
'\u1d00\u1d86\u0221\u1fb7', 'capitalize')
|
||||
|
||||
def test_startswith(self):
|
||||
self.checkequal(True, 'hello', 'startswith', 'he')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue