summaryrefslogtreecommitdiff
path: root/tests/Tests
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2016-02-02 14:53:01 -0500
committerJesse Rosenthal <jrosenthal@jhu.edu>2016-02-02 14:53:01 -0500
commit7a10507dc8c2329f552b518bf7e9a1f044a33968 (patch)
tree67383bc64adce5fd7caae479e66de0ad4dc4a074 /tests/Tests
parent2ee7752d147c96e42c91cd621595776600f8c81d (diff)
Docx reader: Add tests for adjacent hyperlinks.
Diffstat (limited to 'tests/Tests')
-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 086d3f964..9284d165a 100644
--- a/tests/Tests/Readers/Docx.hs
+++ b/tests/Tests/Readers/Docx.hs
@@ -111,6 +111,10 @@ tests = [ testGroup "inlines"
"docx/links.docx"
"docx/links.native"
, testCompare
+ "normalizing adjacent hyperlinks"
+ "docx/adjacent_links.docx"
+ "docx/adjacent_links.native"
+ , testCompare
"inline image"
"docx/image.docx"
"docx/image_no_embed.native"