Actually run the xwiki writer tests.
This commit is contained in:
parent
976929a4a4
commit
40b60a911c
1 changed files with 2 additions and 1 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue