aboutsummaryrefslogtreecommitdiff
path: root/tests/Tests
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-08-07 13:41:58 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-08-07 13:41:58 -0700
commit44dad5286631748b6ed8571f2bcf6a7828e06a79 (patch)
treeed4cc21befb33021fa94376a47fd4e20ba5ecaca /tests/Tests
parent482f7f8e157b713b5dcf81303844721d827b16de (diff)
parent98d14b2b2a20111d68bdfbaf358da41537ea71c9 (diff)
downloadpandoc-44dad5286631748b6ed8571f2bcf6a7828e06a79.tar.gz
Merge pull request #1495 from jkr/inline-drawings
Docx reader: Inline image fix
Diffstat (limited to 'tests/Tests')
-rw-r--r--tests/Tests/Readers/Docx.hs6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/Tests/Readers/Docx.hs b/tests/Tests/Readers/Docx.hs
index efc520dba..c310cc8d7 100644
--- a/tests/Tests/Readers/Docx.hs
+++ b/tests/Tests/Readers/Docx.hs
@@ -107,10 +107,14 @@ tests = [ testGroup "inlines"
"docx.links.docx"
"docx.links.native"
, testCompare
- "inline image with reference output"
+ "inline image"
"docx.image.docx"
"docx.image_no_embed.native"
, testCompare
+ "inline image in links"
+ "docx.inline_images.docx"
+ "docx.inline_images.native"
+ , testCompare
"handling unicode input"
"docx.unicode.docx"
"docx.unicode.native"