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/docx | |
parent | 5527465c778736e91e88fae414ea26558b966724 (diff) | |
download | pandoc-186a955bd03e001201ece26442bdf25203714c14.tar.gz |
Docx reader: Add test cases for dummy list items.
Diffstat (limited to 'tests/docx')
-rw-r--r-- | tests/docx/dummy_item_after_list_item.docx | bin | 0 -> 70197 bytes | |||
-rw-r--r-- | tests/docx/dummy_item_after_list_item.native | 3 | ||||
-rw-r--r-- | tests/docx/dummy_item_after_paragraph.docx | bin | 0 -> 70234 bytes | |||
-rw-r--r-- | tests/docx/dummy_item_after_paragraph.native | 3 |
4 files changed, 6 insertions, 0 deletions
diff --git a/tests/docx/dummy_item_after_list_item.docx b/tests/docx/dummy_item_after_list_item.docx Binary files differnew file mode 100644 index 000000000..5e29b993c --- /dev/null +++ b/tests/docx/dummy_item_after_list_item.docx diff --git a/tests/docx/dummy_item_after_list_item.native b/tests/docx/dummy_item_after_list_item.native new file mode 100644 index 000000000..3f6231932 --- /dev/null +++ b/tests/docx/dummy_item_after_list_item.native @@ -0,0 +1,3 @@ +[OrderedList (1,Decimal,Period) + [[Para [Str "One"] + ,Para [Str "Two",LineBreak,LineBreak,Str "Three"]]]] diff --git a/tests/docx/dummy_item_after_paragraph.docx b/tests/docx/dummy_item_after_paragraph.docx Binary files differnew file mode 100644 index 000000000..b0aee8843 --- /dev/null +++ b/tests/docx/dummy_item_after_paragraph.docx diff --git a/tests/docx/dummy_item_after_paragraph.native b/tests/docx/dummy_item_after_paragraph.native new file mode 100644 index 000000000..2e9b831c4 --- /dev/null +++ b/tests/docx/dummy_item_after_paragraph.native @@ -0,0 +1,3 @@ +[Para [Str "First",Space,Str "bullet",Space,Str "point",Space,Str "created",Space,Str "and",Space,Str "then",Space,Str "deleted"] +,Para [Str "A",Space,Str "normal",Space,Str "paragraph"] +,Para [Str "First",Space,Str "bullet",Space,Str "point",Space,Str "created",Space,Str "and",Space,Str "then",Space,Str "deleted",Space,Str "after",Space,Str "the",Space,Str "normal",Space,Str "paragraph"]] |