summaryrefslogtreecommitdiff
path: root/tests/Tests/Old.hs
diff options
context:
space:
mode:
authorClare Macrae <github@cfmacrae.fastmail.co.uk>2014-07-02 22:26:11 +0100
committerClare Macrae <github@cfmacrae.fastmail.co.uk>2014-07-02 22:26:11 +0100
commit7647d87657b324b268e7d1bf1b6fe9056312d55e (patch)
treeaaaa4073e2f97c7a4a23425840b2c1d0bf6a0418 /tests/Tests/Old.hs
parent23d71b13e7b462229427e2437a8dd9c8f72d72f1 (diff)
DokuWiki writer: Add new test showing that span swallows content.
Diffstat (limited to 'tests/Tests/Old.hs')
-rw-r--r--tests/Tests/Old.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Tests/Old.hs b/tests/Tests/Old.hs
index 44ed9f53a..628951423 100644
--- a/tests/Tests/Old.hs
+++ b/tests/Tests/Old.hs
@@ -128,6 +128,8 @@ tests = [ testGroup "markdown"
[ testGroup "writer" $ writerTests "dokuwiki"
, test "writer-more" ["-r", "native", "-w", "dokuwiki", "-s"]
"dokuwiki-writer.native" "dokuwiki-writer.dokuwiki"
+ , test "writer-inline_formatting" ["-r", "native", "-w", "dokuwiki", "-s"]
+ "dokuwiki.inline_formatting.native" "dokuwiki.inline_formatting.dokuwiki"
]
, testGroup "opml"
[ test "basic" ["-r", "native", "-w", "opml", "--columns=78", "-s"]