aboutsummaryrefslogtreecommitdiff
path: root/tests/Tests
diff options
context:
space:
mode:
authorAlex Ivkin <alex@ivkin.net>2016-06-28 23:11:42 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2016-06-30 23:59:43 -0700
commita73c95f61dbf47bbb54345855b07127d9fd82e62 (patch)
tree84f0b6435472f984f5ba2de4a8e73712538acab7 /tests/Tests
parentb103f829f0d14055744998a6a6f624797fbd0d40 (diff)
downloadpandoc-a73c95f61dbf47bbb54345855b07127d9fd82e62.tar.gz
Added Zim Wiki writer, template and tests.
Diffstat (limited to 'tests/Tests')
-rw-r--r--tests/Tests/Old.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Tests/Old.hs b/tests/Tests/Old.hs
index 4e0eb46a4..b2600a9c5 100644
--- a/tests/Tests/Old.hs
+++ b/tests/Tests/Old.hs
@@ -166,7 +166,7 @@ tests = [ testGroup "markdown"
"twiki-reader.twiki" "twiki-reader.native" ]
, testGroup "other writers" $ map (\f -> testGroup f $ writerTests f)
[ "opendocument" , "context" , "texinfo", "icml", "tei"
- , "man" , "plain" , "rtf", "org", "asciidoc"
+ , "man" , "plain" , "rtf", "org", "asciidoc", "zimwiki"
]
, testGroup "writers-lang-and-dir"
[ test "latex" ["-f", "native", "-t", "latex", "-s"]