commit | d2bf3b7ca6f702f54b8e81ea8d194fc116ac6791 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Thu Jan 18 02:22:22 2001 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Thu Jan 18 02:22:22 2001 +0000 |
tree | c34fdd1272160f21e142ecf814d1dd68ff5cfa98 | |
parent | be4cbb16681ba9274b3017d9ccf3bcb2a2dbc30c [diff] [blame] |
Whitespace normalization. Leaving tokenize_tests.py alone for now.
diff --git a/Lib/test/string_tests.py b/Lib/test/string_tests.py index 067ccca..c3010d6 100644 --- a/Lib/test/string_tests.py +++ b/Lib/test/string_tests.py
@@ -56,7 +56,7 @@ test('count', 'aaa', 3, 'a') test('count', 'aaa', 0, 'b') - + test('find', 'abcdefghiabc', 0, 'abc') test('find', 'abcdefghiabc', 9, 'abc', 1) test('find', 'abcdefghiabc', -1, 'def', 4)