diff options
author | Jesse Rosenthal <jrosenthal@jhu.edu> | 2018-04-17 09:29:54 -0400 |
---|---|---|
committer | Jesse Rosenthal <jrosenthal@jhu.edu> | 2018-04-17 09:29:54 -0400 |
commit | c5d8fab058ee5a9b069b17399a1ef93ce3ca8e0e (patch) | |
tree | 00ea9b0094e9c3b912df2b28bfc8f99d19642af8 /test/Tests | |
parent | b948ca6db2a02b73aae1f77535cc592fc7b80974 (diff) | |
download | pandoc-c5d8fab058ee5a9b069b17399a1ef93ce3ca8e0e.tar.gz |
Docx reader tests: Test for combining adjacent code blocks.
Diffstat (limited to 'test/Tests')
-rw-r--r-- | test/Tests/Readers/Docx.hs | 4 |
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" |