diff options
author | Jesse Rosenthal <jrosenthal@jhu.edu> | 2018-12-10 19:23:03 -0500 |
---|---|---|
committer | Jesse Rosenthal <jrosenthal@jhu.edu> | 2018-12-10 19:24:56 -0500 |
commit | 0f736d778f3a93d418c7fed8c9a4a64754aeb515 (patch) | |
tree | b902389df612ce197d662d038fd99ad498a19e07 /test/Tests | |
parent | 448fb359e390c92eea8fe118f80a4c72c87451b1 (diff) | |
download | pandoc-0f736d778f3a93d418c7fed8c9a4a64754aeb515.tar.gz |
Docx: add test for lists with level overrides.
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 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" |