aboutsummaryrefslogtreecommitdiff
path: root/tests/Tests/Old.hs
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2014-12-08 23:55:36 +0000
committerMatthew Pickering <matthewtpickering@gmail.com>2014-12-08 23:55:36 +0000
commit48e2586ec80dd883d83cd57bffcad9c97c1e7599 (patch)
tree39d28212436b0f3dcd9cbec12ff504512f52ce31 /tests/Tests/Old.hs
parentdd9cb2c872188a2eabe20b4afdf2865969bcff70 (diff)
parent98161afa1a907a904dd86d2906106e28344a21ce (diff)
downloadpandoc-48e2586ec80dd883d83cd57bffcad9c97c1e7599.tar.gz
Merge pull request #1746 from shelf/dw-ext-images
DokuWiki writer: fix external images
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 0f7b33dd1..5bdf325b1 100644
--- a/tests/Tests/Old.hs
+++ b/tests/Tests/Old.hs
@@ -130,6 +130,8 @@ tests = [ testGroup "markdown"
"dokuwiki_inline_formatting.native" "dokuwiki_inline_formatting.dokuwiki"
, test "multiblock table" ["-r", "native", "-w", "dokuwiki", "-s"]
"dokuwiki_multiblock_table.native" "dokuwiki_multiblock_table.dokuwiki"
+ , test "external images" ["-r", "native", "-w", "dokuwiki", "-s"]
+ "dokuwiki_external_images.native" "dokuwiki_external_images.dokuwiki"
]
, testGroup "opml"
[ test "basic" ["-r", "native", "-w", "opml", "--columns=78", "-s"]