diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-04-02 17:11:35 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-04-02 17:11:35 -0700 |
commit | 40b60a911c222a00407726d5ce606abbafcea29c (patch) | |
tree | ec75dff791e57ede6484b1b7259daeac8282893e /test/Tests | |
parent | 976929a4a49fb6548e1cc3f847b70f195e9a3029 (diff) | |
download | pandoc-40b60a911c222a00407726d5ce606abbafcea29c.tar.gz |
Actually run the xwiki writer tests.
Diffstat (limited to 'test/Tests')
-rw-r--r-- | test/Tests/Old.hs | 3 |
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"] |