diff options
author | Jesse Rosenthal <jrosenthal@jhu.edu> | 2015-02-13 09:08:07 -0500 |
---|---|---|
committer | Jesse Rosenthal <jrosenthal@jhu.edu> | 2015-02-13 09:08:07 -0500 |
commit | 616e211f366a5252a105f2ef6e5c7c824874ca8b (patch) | |
tree | 86b0abccc9958bd7aaec86ca9ddbd4c183fc8bfe /tests/docx | |
parent | 24fd0ad04d2f057f0cc035bfcdfb98c07ad3072a (diff) | |
download | pandoc-616e211f366a5252a105f2ef6e5c7c824874ca8b.tar.gz |
Docx reader: test lists in table cells.
Diffstat (limited to 'tests/docx')
-rw-r--r-- | tests/docx/table_with_list_cell.docx | bin | 0 -> 32615 bytes | |||
-rw-r--r-- | tests/docx/table_with_list_cell.native | 11 |
2 files changed, 11 insertions, 0 deletions
diff --git a/tests/docx/table_with_list_cell.docx b/tests/docx/table_with_list_cell.docx Binary files differnew file mode 100644 index 000000000..1db065770 --- /dev/null +++ b/tests/docx/table_with_list_cell.docx diff --git a/tests/docx/table_with_list_cell.native b/tests/docx/table_with_list_cell.native new file mode 100644 index 000000000..81bb15a1e --- /dev/null +++ b/tests/docx/table_with_list_cell.native @@ -0,0 +1,11 @@ +[Table [] [AlignDefault,AlignDefault] [0.0,0.0] + [[Plain [Str "Cell",Space,Str "with",Space,Str "text"]] + ,[Plain [Str "Cell",Space,Str "with",Space,Str "text"]]] + [[[BulletList + [[Para [Str "Cell",Space,Str "with"]] + ,[Para [Str "A"]] + ,[Para [Str "Bullet",Space,Str "list"]]]] + ,[OrderedList (1,Decimal,Period) + [[Para [Str "Cell",Space,Str "with"]] + ,[Para [Str "A"]] + ,[Para [Str "Numbered",Space,Str "list."]]]]]]] |