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