aboutsummaryrefslogtreecommitdiff
path: root/tests/Tests/Old.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-03-04 10:15:43 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2014-03-04 10:15:43 -0800
commitae86e24ff6e15469aab4ce528d7ec7e487f3bcb7 (patch)
treef3723de63b5eff4974a4360a8150bfea4d71d77e /tests/Tests/Old.hs
parent104633975508a4691cd35afd89360c0c3292579d (diff)
parent80511f1b34d082742d78d9745469eb8c63592a9c (diff)
downloadpandoc-ae86e24ff6e15469aab4ce528d7ec7e487f3bcb7.tar.gz
Merge branch 'master' of https://github.com/mb21/pandoc into mb21-master
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"
]
]