mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Whitespace normalization.
This commit is contained in:
parent
c86c1b88f9
commit
863ac44b74
23 changed files with 84 additions and 88 deletions
|
@ -239,7 +239,7 @@ def run_method_tests(test):
|
|||
test('zfill', '', '000', 3)
|
||||
test('zfill', '34', '34', 1)
|
||||
test('zfill', '34', '0034', 4)
|
||||
|
||||
|
||||
# Encoding/decoding
|
||||
codecs = [('rot13', 'uryyb jbeyq'),
|
||||
('base64', 'aGVsbG8gd29ybGQ=\n'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue