tests/test-doctest.py
changeset 11337 0f3c8a47960e
parent 11335 3201ff1459dd
child 12165 b7fbf24c8a93
child 12594 bb324910e40a
--- a/tests/test-doctest.py	Thu Jun 10 11:48:45 2010 +0200
+++ b/tests/test-doctest.py	Thu Jun 10 11:49:48 2010 +0200
@@ -16,7 +16,7 @@
 doctest.testmod(mercurial.util)
 
 import mercurial.dagparser
-doctest.testmod(mercurial.dagparser)
+doctest.testmod(mercurial.dagparser, optionflags=doctest.NORMALIZE_WHITESPACE)
 
 import hgext.convert.cvsps
 doctest.testmod(hgext.convert.cvsps)