aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Old.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-04-02 17:11:35 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-04-02 17:11:35 -0700
commit40b60a911c222a00407726d5ce606abbafcea29c (patch)
treeec75dff791e57ede6484b1b7259daeac8282893e /test/Tests/Old.hs
parent976929a4a49fb6548e1cc3f847b70f195e9a3029 (diff)
downloadpandoc-40b60a911c222a00407726d5ce606abbafcea29c.tar.gz
Actually run the xwiki writer tests.
Diffstat (limited to 'test/Tests/Old.hs')
-rw-r--r--test/Tests/Old.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Tests/Old.hs b/test/Tests/Old.hs
index a7cea48b4..ae7c471af 100644
--- a/test/Tests/Old.hs
+++ b/test/Tests/Old.hs
@@ -159,7 +159,8 @@ tests pandocPath =
"tikiwiki-reader.tikiwiki" "tikiwiki-reader.native" ]
, testGroup "other writers" $ map (\f -> testGroup f $ writerTests' f)
[ "opendocument" , "context" , "texinfo", "icml", "tei"
- , "man" , "plain" , "rtf", "org", "asciidoc", "asciidoctor", "zimwiki"
+ , "man" , "plain" , "rtf", "org", "asciidoc", "asciidoctor"
+ , "xwiki", "zimwiki"
]
, testGroup "writers-lang-and-dir"
[ test' "latex" ["-f", "native", "-t", "latex", "-s"]