aboutsummaryrefslogtreecommitdiff
path: root/test/rtf/list_simple.native
diff options
context:
space:
mode:
Diffstat (limited to 'test/rtf/list_simple.native')
-rw-r--r--test/rtf/list_simple.native8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/rtf/list_simple.native b/test/rtf/list_simple.native
new file mode 100644
index 000000000..9281b285a
--- /dev/null
+++ b/test/rtf/list_simple.native
@@ -0,0 +1,8 @@
+Pandoc (Meta {unMeta = fromList []})
+[BulletList
+ [[Para [Str "one"]]
+ ,[Para [Str "two"]
+ ,BulletList
+ [[Para [Str "sub"]]]]]
+,BulletList
+ [[Para [Str "new",Space,Str "list"]]]]