From c5d8fab058ee5a9b069b17399a1ef93ce3ca8e0e Mon Sep 17 00:00:00 2001 From: Jesse Rosenthal Date: Tue, 17 Apr 2018 09:29:54 -0400 Subject: Docx reader tests: Test for combining adjacent code blocks. --- test/Tests/Readers/Docx.hs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/Tests/Readers/Docx.hs') 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 @@ -290,6 +290,10 @@ tests = [ testGroup "inlines" "code block" "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" -- cgit v1.2.3