aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-03-28 21:14:09 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-03-28 21:14:09 -0700
commita241cf6a30916da852ea040cb4a4d8aee5279f46 (patch)
tree00b709cb678c23c9ee6b7c6cd3c140beff857aea /tests
parent27078985d54111ad5b674635dd3adc5ac5f86744 (diff)
parent2d2e4c9ab2553752e2b8adc4d88c27f0daa3a36a (diff)
downloadpandoc-a241cf6a30916da852ea040cb4a4d8aee5279f46.tar.gz
Merge branch 'rootzlevel-master'
Diffstat (limited to 'tests')
-rw-r--r--tests/Tests/Readers/Org.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Tests/Readers/Org.hs b/tests/Tests/Readers/Org.hs
index f555447c7..4cec54a68 100644
--- a/tests/Tests/Readers/Org.hs
+++ b/tests/Tests/Readers/Org.hs
@@ -216,6 +216,10 @@ tests =
"[[sunset.png][dusk.svg]]" =?>
(para $ link "sunset.png" "" (image "dusk.svg" "" ""))
+ , "Image link with non-image target" =:
+ "[[http://example.com][logo.png]]" =?>
+ (para $ link "http://example.com" "" (image "logo.png" "" ""))
+
, "Plain link" =:
"Posts on http://zeitlens.com/ can be funny at times." =?>
(para $ spcSep [ "Posts", "on"