aboutsummaryrefslogtreecommitdiff
path: root/test/Tests
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2018-12-10 19:23:03 -0500
committerJesse Rosenthal <jrosenthal@jhu.edu>2018-12-10 19:24:56 -0500
commit0f736d778f3a93d418c7fed8c9a4a64754aeb515 (patch)
treeb902389df612ce197d662d038fd99ad498a19e07 /test/Tests
parent448fb359e390c92eea8fe118f80a4c72c87451b1 (diff)
downloadpandoc-0f736d778f3a93d418c7fed8c9a4a64754aeb515.tar.gz
Docx: add test for lists with level overrides.
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 a02e1f35a..c0426b672 100644
--- a/test/Tests/Readers/Docx.hs
+++ b/test/Tests/Readers/Docx.hs
@@ -231,6 +231,10 @@ tests = [ testGroup "inlines"
"docx/lists.docx"
"docx/lists.native"
, testCompare
+ "lists with level overrides"
+ "docx/lists_level_override.docx"
+ "docx/lists_level_override.native"
+ , testCompare
"lists continuing after interruption"
"docx/lists_continuing.docx"
"docx/lists_continuing.native"