aboutsummaryrefslogtreecommitdiff
path: root/test/Tests
diff options
context:
space:
mode:
Diffstat (limited to 'test/Tests')
-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 583a6ec18..e107ff9ee 100644
--- a/test/Tests/Readers/Docx.hs
+++ b/test/Tests/Readers/Docx.hs
@@ -272,6 +272,10 @@ tests = [ testGroup "document"
"docx/lists_restarting.docx"
"docx/lists_restarting.native"
, testCompare
+ "sublists reset numbering to 1"
+ "docx/lists_sublist_reset.docx"
+ "docx/lists_sublist_reset.native"
+ , testCompare
"definition lists"
"docx/definition_list.docx"
"docx/definition_list.native"