summaryrefslogtreecommitdiff
path: root/tests/Tests/Old.hs
diff options
context:
space:
mode:
authorClare Macrae <clare.macrae@googlemail.com>2013-07-14 13:40:27 +0100
committerClare Macrae <clare.macrae@googlemail.com>2013-07-14 13:40:27 +0100
commit7eded47bcdd10d1e32125121c7b84f952b1a326e (patch)
treef7e938ee7cf796d199d02bf56495acdf7822a102 /tests/Tests/Old.hs
parentbd1079e48e055f7b58ce13be3dfa8b5c5cb5ba7c (diff)
Initial work to create dokuwiki writer (#386)
In this first version, all dokuwiki files are straight copies of the media wiki counterparts.
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 0ba240084..6821db3fc 100644
--- a/tests/Tests/Old.hs
+++ b/tests/Tests/Old.hs
@@ -136,7 +136,7 @@ tests = [ testGroup "markdown"
]
, testGroup "other writers" $ map (\f -> testGroup f $ writerTests f)
[ "opendocument" , "context" , "texinfo"
- , "man" , "plain" , "rtf", "org", "asciidoc"
+ , "man" , "plain" , "rtf", "org", "asciidoc", "dokuwiki"
]
]