diff options
author | Jesse Rosenthal <jrosenthal@jhu.edu> | 2017-12-13 15:14:23 -0500 |
---|---|---|
committer | Jesse Rosenthal <jrosenthal@jhu.edu> | 2017-12-13 15:16:44 -0500 |
commit | 440533643e768b584194aaac59e26e35d53f6745 (patch) | |
tree | 099136be6a7488f35d7f4eba24d3b6541d5949db /test/Tests/Readers | |
parent | 3c7a3d378c6fdb026297aee10e4818267a8b86a8 (diff) | |
download | pandoc-440533643e768b584194aaac59e26e35d53f6745.tar.gz |
Docx writer: Add tests for list continuation.
Diffstat (limited to 'test/Tests/Readers')
-rw-r--r-- | test/Tests/Readers/Docx.hs | 8 |
1 files changed, 8 insertions, 0 deletions
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 @@ -206,6 +206,14 @@ tests = [ testGroup "inlines" "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" "docx/definition_list.native" |