You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-text/pandoc/files/pandoc-1.9.4.5-disable-writ...

24 lines
930 B

Fails on ghc-7.6 only as:
--- tables.man
+++ ../dist/build/pandoc/pandoc --data-dir .. tables.native -r native -w man --columns=78
- 141 cw(10.50n) lw(9.63n) rw(11.38n) lw(23.63n).
+ 141 cw(10.50n) lw(9.62n) rw(11.38n) lw(23.62n).
- 177 cw(10.50n) lw(9.63n) rw(11.38n) lw(23.63n).
+ 177 cw(10.50n) lw(9.62n) rw(11.38n) lw(23.62n).
- 247 cw(10.50n) lw(9.63n) rw(11.38n) lw(23.63n).
+ 247 cw(10.50n) lw(9.62n) rw(11.38n) lw(23.62n).
diff --git a/tests/Tests/Old.hs b/tests/Tests/Old.hs
index 67eb515..196fa45 100644
--- a/tests/Tests/Old.hs
+++ b/tests/Tests/Old.hs
@@ -109,7 +109,7 @@ tests = [ testGroup "markdown"
]
, testGroup "other writers" $ map (\f -> testGroup f $ writerTests f)
[ "opendocument" , "context" , "texinfo"
- , "man" , "plain" , "mediawiki", "rtf", "org", "asciidoc"
+ {- , "man" -} , "plain" , "mediawiki", "rtf", "org", "asciidoc"
]
]