commit | 4f96f1f2b5068b8e8bd8d0f83f856b6e2883a3ab | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Sun Jun 11 19:42:51 2006 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Sun Jun 11 19:42:51 2006 +0000 |
tree | c53747593db6eac7dff992f88fec46f4318ae3ae | |
parent | 0d5d222959e0422b93065f0661b06061b713e5af [diff] [blame] |
Whitespace normalization.
diff --git a/Lib/test/test_textwrap.py b/Lib/test/test_textwrap.py index 98cc869..500eceb 100644 --- a/Lib/test/test_textwrap.py +++ b/Lib/test/test_textwrap.py
@@ -552,7 +552,7 @@ text = " \t hello there\n \t how are you?" self.assertEquals(expect, dedent(text)) - + text = " \thello there\n \t how are you?" expect = "hello there\n how are you?" self.assertEquals(expect, dedent(text))