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.native19
1 files changed, 11 insertions, 8 deletions
diff --git a/test/rtf/list_simple.native b/test/rtf/list_simple.native
index 9281b285a..dc5b65b97 100644
--- a/test/rtf/list_simple.native
+++ b/test/rtf/list_simple.native
@@ -1,8 +1,11 @@
-Pandoc (Meta {unMeta = fromList []})
-[BulletList
- [[Para [Str "one"]]
- ,[Para [Str "two"]
- ,BulletList
- [[Para [Str "sub"]]]]]
-,BulletList
- [[Para [Str "new",Space,Str "list"]]]]
+Pandoc
+ ( Meta { unMeta = fromList [] } )
+ [ BulletList
+ [
+ [ Para [ Str "one" ] ]
+ ,
+ [ Para [ Str "two" ], BulletList [ [ Para [ Str "sub" ] ] ] ]
+ ]
+ , BulletList
+ [ [ Para [ Str "new", Space, Str "list" ] ] ]
+ ]