diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-10-27 16:09:44 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-10-27 16:09:44 -0700 |
commit | a2a14f9029be30d83130324f4a9372be702ce8d0 (patch) | |
tree | 1c796cd9e03fd3a9573ae2d3acda984c25dee3f3 /test/Tests/Readers | |
parent | 7f8a3c6cb70e61666598873dbcea8ef45ab85b56 (diff) | |
download | pandoc-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/Readers')
-rw-r--r-- | test/Tests/Readers/Docx.hs | 4 |
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" |