diff options
Diffstat (limited to 'test/docx')
| -rw-r--r-- | test/docx/golden/lists_div_bullets.docx | bin | 0 -> 9878 bytes | |||
| -rw-r--r-- | test/docx/lists_div_bullets.native | 5 |
2 files changed, 5 insertions, 0 deletions
diff --git a/test/docx/golden/lists_div_bullets.docx b/test/docx/golden/lists_div_bullets.docx Binary files differnew file mode 100644 index 000000000..84b7c6501 --- /dev/null +++ b/test/docx/golden/lists_div_bullets.docx diff --git a/test/docx/lists_div_bullets.native b/test/docx/lists_div_bullets.native new file mode 100644 index 000000000..f86d76083 --- /dev/null +++ b/test/docx/lists_div_bullets.native @@ -0,0 +1,5 @@ +[ BulletList + [ [ Div ( "", [], []) [ Para [ Str "one" ], Para [ Str "two" ] ] ] + , [ Div ( "refs", [], []) [ Header 1 ( "" , [] , [] ) [ Str "three" ], Para [ Str "four" ] ] ] + ] +] |
