diff options
author | TG <tarik.graba@telecom-paristech.fr> | 2019-02-05 19:12:48 +0100 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-02-09 08:21:53 -0800 |
commit | 568b25d33a277b02cddbe646f3d6ec31f00ec99b (patch) | |
tree | 529d6b8ae020dc44660efcbd443fbd52345a3e97 /test/Tests | |
parent | 8fdeae2872d76e0d6cd996d595aa22d259074a91 (diff) | |
download | pandoc-568b25d33a277b02cddbe646f3d6ec31f00ec99b.tar.gz |
Adds Asciidoctor sprcific writer and tests
Diffstat (limited to 'test/Tests')
-rw-r--r-- | test/Tests/Old.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Tests/Old.hs b/test/Tests/Old.hs index 5f4d55469..ee19f2888 100644 --- a/test/Tests/Old.hs +++ b/test/Tests/Old.hs @@ -159,7 +159,7 @@ tests pandocPath = "tikiwiki-reader.tikiwiki" "tikiwiki-reader.native" ] , testGroup "other writers" $ map (\f -> testGroup f $ writerTests' f) [ "opendocument" , "context" , "texinfo", "icml", "tei" - , "man" , "plain" , "rtf", "org", "asciidoc", "zimwiki" + , "man" , "plain" , "rtf", "org", "asciidoc", "asciidoctor", "zimwiki" ] , testGroup "writers-lang-and-dir" [ test' "latex" ["-f", "native", "-t", "latex", "-s"] |