summaryrefslogtreecommitdiff
path: root/tests/Tests/Old.hs
diff options
context:
space:
mode:
authormb21 <mb21@server.fake>2013-12-01 21:11:39 +0100
committermb21 <mb21@server.fake>2014-02-28 13:35:35 +0100
commit80511f1b34d082742d78d9745469eb8c63592a9c (patch)
tree2bd92be5ea37834199927294456c47d942025139 /tests/Tests/Old.hs
parent1213192cae2ee5ba9b7c382a56078d70ccab9815 (diff)
InDesign ICML Writer
Diffstat (limited to 'tests/Tests/Old.hs')
-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 a16784889..424e1b7c5 100644
--- a/tests/Tests/Old.hs
+++ b/tests/Tests/Old.hs
@@ -135,7 +135,7 @@ tests = [ testGroup "markdown"
"haddock-reader.haddock" "haddock-reader.native"
]
, testGroup "other writers" $ map (\f -> testGroup f $ writerTests f)
- [ "opendocument" , "context" , "texinfo"
+ [ "opendocument" , "context" , "texinfo", "icml"
, "man" , "plain" , "rtf", "org", "asciidoc"
]
]