2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-24 06:02:14 +00:00

fix str test case

[SVN r54863]
This commit is contained in:
Haoyu Bai
2009-07-10 16:47:51 +00:00
parent 0536dad8ab
commit 3dff5215cd

View File

@@ -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