aboutsummaryrefslogtreecommitdiff
path: root/test/Tests
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-10-27 16:09:44 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2017-10-27 16:09:44 -0700
commita2a14f9029be30d83130324f4a9372be702ce8d0 (patch)
tree1c796cd9e03fd3a9573ae2d3acda984c25dee3f3 /test/Tests
parent7f8a3c6cb70e61666598873dbcea8ef45ab85b56 (diff)
downloadpandoc-a2a14f9029be30d83130324f4a9372be702ce8d0.tar.gz
Removed old adjacent_links test for docx reader.
See #2270 for background -- this test blocked the consistent underline change and was hard to revise, so for now we are removing it.
Diffstat (limited to 'test/Tests')
-rw-r--r--test/Tests/Readers/Docx.hs4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/Tests/Readers/Docx.hs b/test/Tests/Readers/Docx.hs
index c6ab8f493..71ebb6cce 100644
--- a/test/Tests/Readers/Docx.hs
+++ b/test/Tests/Readers/Docx.hs
@@ -128,10 +128,6 @@ 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"