Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r54864 - sandbox-branches/bhy/py3k/libs/python/test
From: divinekid_at_[hidden]
Date: 2009-07-10 12:51:16


Author: bhy
Date: 2009-07-10 12:51:16 EDT (Fri, 10 Jul 2009)
New Revision: 54864
URL: http://svn.boost.org/trac/boost/changeset/54864

Log:
fix iterator test case by normolize doctests spaces
Text files modified:
   sandbox-branches/bhy/py3k/libs/python/test/iterator.py | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: sandbox-branches/bhy/py3k/libs/python/test/iterator.py
==============================================================================
--- sandbox-branches/bhy/py3k/libs/python/test/iterator.py (original)
+++ sandbox-branches/bhy/py3k/libs/python/test/iterator.py 2009-07-10 12:51:16 EDT (Fri, 10 Jul 2009)
@@ -53,7 +53,7 @@
>>> ll.push_back(x)
>>> x.push_back(7)
>>> ll.push_back(x)
->>> for a in ll:
+>>> for a in ll: #doctest: +NORMALIZE_WHITESPACE
 ... for b in a:
 ... print b,
 ... print


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk