commit | 863ac44b74cd66f7d289748816d65c65808c149b | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Tue Apr 16 01:38:40 2002 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Tue Apr 16 01:38:40 2002 +0000 |
tree | 8536f8a72110b9996cb9e6746b6bb4cf3cb73733 | |
parent | c86c1b88f96ec48e5502b9b8ba5cc833f57ce476 [diff] [blame] |
Whitespace normalization.
diff --git a/Lib/test/string_tests.py b/Lib/test/string_tests.py index ea25983..180072c 100644 --- a/Lib/test/string_tests.py +++ b/Lib/test/string_tests.py
@@ -239,7 +239,7 @@ test('zfill', '', '000', 3) test('zfill', '34', '34', 1) test('zfill', '34', '0034', 4) - + # Encoding/decoding codecs = [('rot13', 'uryyb jbeyq'), ('base64', 'aGVsbG8gd29ybGQ=\n'),