From 98d14b2b2a20111d68bdfbaf358da41537ea71c9 Mon Sep 17 00:00:00 2001 From: Jesse Rosenthal Date: Thu, 7 Aug 2014 15:34:49 -0400 Subject: Docx reader: Test inline image code. --- tests/Tests/Readers/Docx.hs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tests/Tests/Readers/Docx.hs') 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,9 +107,13 @@ 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" -- cgit v1.2.3