diff options
author | Jesse Rosenthal <jrosenthal@jhu.edu> | 2015-11-18 13:15:23 -0500 |
---|---|---|
committer | Jesse Rosenthal <jrosenthal@jhu.edu> | 2015-11-18 14:03:10 -0500 |
commit | 186a955bd03e001201ece26442bdf25203714c14 (patch) | |
tree | b86989a184fa596cc67d4e66d9a765d2f55039e2 /tests/Tests | |
parent | 5527465c778736e91e88fae414ea26558b966724 (diff) | |
download | pandoc-186a955bd03e001201ece26442bdf25203714c14.tar.gz |
Docx reader: Add test cases for dummy list items.
Diffstat (limited to 'tests/Tests')
-rw-r--r-- | tests/Tests/Readers/Docx.hs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/Tests/Readers/Docx.hs b/tests/Tests/Readers/Docx.hs index 127dfd73c..086d3f964 100644 --- a/tests/Tests/Readers/Docx.hs +++ b/tests/Tests/Readers/Docx.hs @@ -185,6 +185,14 @@ tests = [ testGroup "inlines" "docx/german_styled_lists.docx" "docx/german_styled_lists.native" , testCompare + "user deletes bullet after list item (=> part of item par)" + "docx/dummy_item_after_list_item.docx" + "docx/dummy_item_after_list_item.native" + , testCompare + "user deletes bullet after par (=> new par)" + "docx/dummy_item_after_paragraph.docx" + "docx/dummy_item_after_paragraph.native" + , testCompare "footnotes and endnotes" "docx/notes.docx" "docx/notes.native" |