From e88119f2d144dc4a1463b0c451f11fdc6becc4c7 Mon Sep 17 00:00:00 2001 From: Jesse Rosenthal Date: Wed, 21 Jan 2015 13:38:04 -0500 Subject: 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. --- tests/Tests/Readers/Docx.hs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/Tests/Readers') 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 @@ -113,6 +113,10 @@ tests = [ testGroup "inlines" "inline image" "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" -- cgit v1.2.3