mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Whitespace normalization.
This commit is contained in:
parent
5303a96808
commit
58eb11cf62
34 changed files with 69 additions and 76 deletions
|
@ -697,7 +697,7 @@ class CodecCallbackTest(unittest.TestCase):
|
|||
ord(">"): u">",
|
||||
ord('"'): u""",
|
||||
}
|
||||
|
||||
|
||||
for n in (1, 10, 100, 1000):
|
||||
text = u'abc<def>ghi'*n
|
||||
text.translate(charmap)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue