Actually run the xwiki writer tests.

This commit is contained in:
John MacFarlane 2019-04-02 17:11:35 -07:00
parent 976929a4a4
commit 40b60a911c

View file

@ -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"]