aboutsummaryrefslogtreecommitdiff
path: root/tests/dokuwiki_external_images.native
diff options
context:
space:
mode:
authorTimothy Humphries <tim@utf8.me>2014-11-09 02:18:58 -0500
committerTimothy Humphries <tim@utf8.me>2014-11-09 02:18:58 -0500
commit98161afa1a907a904dd86d2906106e28344a21ce (patch)
treeb942373e7d19c97aa3a7c5b6ba8b31118860cb90 /tests/dokuwiki_external_images.native
parentffae1567fdaf8b0fbd3d35b2718ff7e35c8cf75f (diff)
downloadpandoc-98161afa1a907a904dd86d2906106e28344a21ce.tar.gz
DokuWiki writer: add external_images test
Add test for #1739.
Diffstat (limited to 'tests/dokuwiki_external_images.native')
-rw-r--r--tests/dokuwiki_external_images.native1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/dokuwiki_external_images.native b/tests/dokuwiki_external_images.native
new file mode 100644
index 000000000..c2b8876d3
--- /dev/null
+++ b/tests/dokuwiki_external_images.native
@@ -0,0 +1 @@
+[Para [Image [Str "HTTPS",Space,Str "image"] ("https://cooluri.com/image.png",""),Space,Image [Str "HTTP",Space,Str "image"] ("http://cooluri.com/image.png",""),Space,Image [Str "FTP",Space,Str "image"] ("ftp://ftp.cooluri.com/image.png",""),Space,Image [Str "Filesystem",Space,Str "image"] ("file:///tmp/coolimage.png",""),Space,Image [Str "Relative",Space,Str "image",Space,Str "1"] ("/image.jpg",""),Space,Image [Str "Relative",Space,Str "image",Space,Str "2"] ("image.jpg","")]]