From 40b60a911c222a00407726d5ce606abbafcea29c Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 2 Apr 2019 17:11:35 -0700 Subject: [PATCH] Actually run the xwiki writer tests. --- test/Tests/Old.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"]