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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user