summaryrefslogtreecommitdiff
path: root/test/docx
diff options
context:
space:
mode:
Diffstat (limited to 'test/docx')
-rw-r--r--test/docx/golden/lists_div_bullets.docxbin0 -> 9878 bytes
-rw-r--r--test/docx/lists_div_bullets.native5
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
new file mode 100644
index 000000000..84b7c6501
--- /dev/null
+++ b/test/docx/golden/lists_div_bullets.docx
Binary files differ
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" ] ] ]
+ ]
+]