Test failure: manpage writer
Guenter Milde via Docutils-develop <[email protected]>
| Newsgroups | gmane.text.docutils.devel |
|---|---|
| Message-ID | <[email protected]> |
Dear Engelbert,
running the test suite with r9464 resulted in a failure
FAIL: test_publish (test_writers.test_manpage.WriterPublishTestCase)
(id="totest['table'][0]")
The following patch fixes it:
diff --git a/docutils/test/test_writers/test_manpage.py b/docutils/test/test_writers/test_manpage.py
index e13adedc3..9ed182c33 100644
--- a/docutils/test/test_writers/test_manpage.py
+++ b/docutils/test/test_writers/test_manpage.py
@@ -20,6 +20,9 @@
class WriterPublishTestCase(unittest.TestCase):
+
+ maxDiff = None
+
def test_publish(self):
writer_name = 'manpage'
for name, cases in totest.items():
@@ -251,9 +254,8 @@ def test_publish(self):
.INDENT 0.0
.INDENT 3.5
.TS
-center;
-|l|l|.
-_
+box center;
+l|l.
T{
head
T}\tT{
@@ -271,7 +273,6 @@ def test_publish(self):
T}\tT{
so
T}
-_
.TE
.UNINDENT
.UNINDENT
It this the intended output?
Is it tested with groff?
Günter
_______________________________________________
Docutils-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/docutils-develop
Please use "Reply All" to reply to the list.