From 3dff5215cd80c38e4dae2142b7ad03b15c2f40c2 Mon Sep 17 00:00:00 2001 From: Haoyu Bai Date: Fri, 10 Jul 2009 16:47:51 +0000 Subject: [PATCH] fix str test case [SVN r54863] --- test/str.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/str.py b/test/str.py index f8c89662..5f10580c 100644 --- a/test/str.py +++ b/test/str.py @@ -7,7 +7,7 @@ ... for x in args: print x, ... print ... ->>> work_with_string(printer) +>>> work_with_string(printer) #doctest: +NORMALIZE_WHITESPACE ['this', 'is', 'a', 'demo', 'string'] ['this', 'is', 'a', 'demo string'] this<->is<->a<->demo<->string