Add extra pair of test files for dokuwiki writer (#386)

I've found some incorrect behaviours with the dokuwiki output, for which
extra test cases will be needed - that aren't covered by the standard 
pandoc test input files.
This commit is contained in:
claremacrae
2013-08-17 18:53:01 +01:00
parent 0961d49912
commit 2ae2fcde2f
3 changed files with 8 additions and 1 deletions
+6 -1
View File
@@ -124,6 +124,11 @@ tests = [ testGroup "markdown"
, test "reader" ["-r", "mediawiki", "-w", "native", "-s"]
"mediawiki-reader.wiki" "mediawiki-reader.native"
]
, testGroup "dokuwiki"
[ testGroup "writer" $ writerTests "dokuwiki"
, test "writer-more" ["-r", "native", "-w", "dokuwiki", "-s"]
"dokuwiki-writer.native" "dokuwiki-writer.dokuwiki"
]
, testGroup "opml"
[ test "basic" ["-r", "native", "-w", "opml", "--columns=78", "-s"]
"testsuite.native" "writer.opml"
@@ -136,7 +141,7 @@ tests = [ testGroup "markdown"
]
, testGroup "other writers" $ map (\f -> testGroup f $ writerTests f)
[ "opendocument" , "context" , "texinfo"
, "man" , "plain" , "rtf", "org", "asciidoc", "dokuwiki"
, "man" , "plain" , "rtf", "org", "asciidoc"
]
]
+1
View File
@@ -0,0 +1 @@
hello // world
+1
View File
@@ -0,0 +1 @@
[Para [Str "hello",Space,Str "//",Space,Str "world"]]