mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Whitespace normalization.
This commit is contained in:
parent
b808c5cf2d
commit
77c06fbf94
20 changed files with 13 additions and 36 deletions
|
|
@ -46,7 +46,7 @@ for line in data:
|
|||
|
||||
if verbose:
|
||||
print line
|
||||
|
||||
|
||||
# Perform tests
|
||||
verify(c2 == NFC(c1) == NFC(c2) == NFC(c3), line)
|
||||
verify(c4 == NFC(c4) == NFC(c5), line)
|
||||
|
|
@ -65,4 +65,3 @@ for c in range(sys.maxunicode+1):
|
|||
if X in part1_data:
|
||||
continue
|
||||
assert X == NFC(X) == NFD(X) == NFKC(X) == NFKD(X), c
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue