diff options
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"] |