aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Old.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-03-28 09:51:30 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2017-03-30 01:16:34 +0200
commit831e1c5edd4703b6ab0953a79980e37ea1bee5dc (patch)
treed718a4413706ac497d65fb7d5c709244096d2d3c /test/Tests/Old.hs
parent64fe39c255357c25fc636c46bc3bdfd31257b445 (diff)
downloadpandoc-831e1c5edd4703b6ab0953a79980e37ea1bee5dc.tar.gz
Added JATS writer.
* New module Text.Pandoc.Writer.JATS exporting writeJATS. * New output format `jats`. * Added tests. * Revised manual.
Diffstat (limited to 'test/Tests/Old.hs')
-rw-r--r--test/Tests/Old.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Tests/Old.hs b/test/Tests/Old.hs
index 3c473792f..fceb776f7 100644
--- a/test/Tests/Old.hs
+++ b/test/Tests/Old.hs
@@ -77,6 +77,9 @@ tests = [ testGroup "markdown"
, testGroup "docbook5"
[ testGroup "writer" $ writerTests "docbook5"
]
+ , testGroup "jats"
+ [ testGroup "writer" $ writerTests "jats"
+ ]
, testGroup "native"
[ testGroup "writer" $ writerTests "native"
, test "reader" ["-r", "native", "-w", "native", "-s"]