summaryrefslogtreecommitdiff
path: root/src/Tests
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2011-11-16 14:52:10 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2011-11-16 19:14:55 -0800
commitfc1c17b174eabf10f11bf45c4762569cce505956 (patch)
treee2aacbff63e8c3ae9d48f8a67bb1048c66919ee4 /src/Tests
parent1da1d4ec24533e0213d91efb3529d5f84e189465 (diff)
Added an asciidoc writer (partial).
Still TODO: - documentation in README - add default.asciidoc to templates/ - lists - tables - proper escaping - footnotes with blank lines - print separately at end? currently they are just ignored. - fix header (date gives weird result on pandoc README)
Diffstat (limited to 'src/Tests')
-rw-r--r--src/Tests/Old.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Tests/Old.hs b/src/Tests/Old.hs
index cb1417ffa..71a198ca1 100644
--- a/src/Tests/Old.hs
+++ b/src/Tests/Old.hs
@@ -105,7 +105,7 @@ tests = [ testGroup "markdown"
]
, testGroup "other writers" $ map (\f -> testGroup f $ writerTests f)
[ "docbook", "opendocument" , "context" , "texinfo"
- , "man" , "plain" , "mediawiki", "rtf", "org"
+ , "man" , "plain" , "mediawiki", "rtf", "org", "asciidoc"
]
]