From 440533643e768b584194aaac59e26e35d53f6745 Mon Sep 17 00:00:00 2001 From: Jesse Rosenthal Date: Wed, 13 Dec 2017 15:14:23 -0500 Subject: Docx writer: Add tests for list continuation. --- test/Tests/Readers/Docx.hs | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'test/Tests') diff --git a/test/Tests/Readers/Docx.hs b/test/Tests/Readers/Docx.hs index 421acaa8b..6d91c36ae 100644 --- a/test/Tests/Readers/Docx.hs +++ b/test/Tests/Readers/Docx.hs @@ -205,6 +205,14 @@ tests = [ testGroup "inlines" "lists" "docx/lists.docx" "docx/lists.native" + , testCompare + "lists continuing after interruption" + "docx/lists_continuing.docx" + "docx/lists_continuing.native" + , testCompare + "lists restarting after interruption" + "docx/lists_restarting.docx" + "docx/lists_restarting.native" , testCompare "definition lists" "docx/definition_list.docx" -- cgit v1.2.3