aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Readers/Docx.hs
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2018-04-17 09:29:54 -0400
committerJesse Rosenthal <jrosenthal@jhu.edu>2018-04-17 09:29:54 -0400
commitc5d8fab058ee5a9b069b17399a1ef93ce3ca8e0e (patch)
tree00ea9b0094e9c3b912df2b28bfc8f99d19642af8 /test/Tests/Readers/Docx.hs
parentb948ca6db2a02b73aae1f77535cc592fc7b80974 (diff)
downloadpandoc-c5d8fab058ee5a9b069b17399a1ef93ce3ca8e0e.tar.gz
Docx reader tests: Test for combining adjacent code blocks.
Diffstat (limited to 'test/Tests/Readers/Docx.hs')
-rw-r--r--test/Tests/Readers/Docx.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Tests/Readers/Docx.hs b/test/Tests/Readers/Docx.hs
index 4f2ad524a..a02e1f35a 100644
--- a/test/Tests/Readers/Docx.hs
+++ b/test/Tests/Readers/Docx.hs
@@ -291,6 +291,10 @@ tests = [ testGroup "inlines"
"docx/codeblock.docx"
"docx/codeblock.native"
, testCompare
+ "combine adjacent code blocks"
+ "docx/adjacent_codeblocks.docx"
+ "docx/adjacent_codeblocks.native"
+ , testCompare
"dropcap paragraphs"
"docx/drop_cap.docx"
"docx/drop_cap.native"