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