summaryrefslogtreecommitdiff
path: root/tests/Tests/Readers/Docx.hs
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2014-08-07 15:34:49 -0400
committerJesse Rosenthal <jrosenthal@jhu.edu>2014-08-07 15:34:49 -0400
commit98d14b2b2a20111d68bdfbaf358da41537ea71c9 (patch)
treeed4cc21befb33021fa94376a47fd4e20ba5ecaca /tests/Tests/Readers/Docx.hs
parent7bd7d4d476f5091d39bac11d53588a80d4bef9ee (diff)
Docx reader: Test inline image code.
Diffstat (limited to 'tests/Tests/Readers/Docx.hs')
-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"