summaryrefslogtreecommitdiff
path: root/tests/Tests/Readers/Docx.hs
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2015-01-21 13:38:04 -0500
committerJesse Rosenthal <jrosenthal@jhu.edu>2015-01-21 13:41:16 -0500
commite88119f2d144dc4a1463b0c451f11fdc6becc4c7 (patch)
tree0473873b3a8f7cbadea94d87ac8cd5d9d2d4e080 /tests/Tests/Readers/Docx.hs
parenteb11c61182032129d7f4824de2afff61b662b9db (diff)
Docx Reader: Add test for VML images.
Since images are often visually (not structurally) placed on the page, people might not always get the results they're looking for here.
Diffstat (limited to 'tests/Tests/Readers/Docx.hs')
-rw-r--r--tests/Tests/Readers/Docx.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Tests/Readers/Docx.hs b/tests/Tests/Readers/Docx.hs
index 2963c34da..73bfcd046 100644
--- a/tests/Tests/Readers/Docx.hs
+++ b/tests/Tests/Readers/Docx.hs
@@ -114,6 +114,10 @@ tests = [ testGroup "inlines"
"docx/image.docx"
"docx/image_no_embed.native"
, testCompare
+ "VML image"
+ "docx/image_vml.docx"
+ "docx/image_vml.native"
+ , testCompare
"inline image in links"
"docx/inline_images.docx"
"docx/inline_images.native"