diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Tests/Readers/Docx.hs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/Tests/Readers/Docx.hs b/tests/Tests/Readers/Docx.hs index e57376063..494669fd5 100644 --- a/tests/Tests/Readers/Docx.hs +++ b/tests/Tests/Readers/Docx.hs @@ -184,6 +184,13 @@ tests = [ testGroup "inlines" "docx.track_changes_deletion.docx" "docx.track_changes_deletion_all.native" ] + , testGroup "media" + [ testCompareMedia + "image extraction" + "docx.image.docx" + "media/image1.jpeg" + "docx.image1.jpeg" + ] , testGroup "metadata" [ testCompareWithOpts def{readerStandalone=True} "metadata fields" |