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.native10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/rtf/list_simple.native b/test/rtf/list_simple.native
new file mode 100644
index 000000000..10d9dede2
--- /dev/null
+++ b/test/rtf/list_simple.native
@@ -0,0 +1,10 @@
+Pandoc
+ Meta { unMeta = fromList [] }
+ [ BulletList
+ [ [ Para [ Str "one" ] ]
+ , [ Para [ Str "two" ]
+ , BulletList [ [ Para [ Str "sub" ] ] ]
+ ]
+ ]
+ , BulletList [ [ Para [ Str "new" , Space , Str "list" ] ] ]
+ ]