aboutsummaryrefslogtreecommitdiff
path: root/test/rtf/heading.native
diff options
context:
space:
mode:
Diffstat (limited to 'test/rtf/heading.native')
-rw-r--r--test/rtf/heading.native20
1 files changed, 8 insertions, 12 deletions
diff --git a/test/rtf/heading.native b/test/rtf/heading.native
index 27d5d455e..5a076424b 100644
--- a/test/rtf/heading.native
+++ b/test/rtf/heading.native
@@ -1,14 +1,10 @@
Pandoc
- ( Meta { unMeta = fromList [] } )
- [ Header 1
- ( "", [], [] )
- [ Str "Heading", Space, Str "1" ]
- , Header 2
- ( "", [], [] )
- [ Str "Heading", Space, Str "2" ]
- , Header 3
- ( "", [], [] )
- [ Str "Heading", Space, Str "3" ]
- , Para
- [ Str "Paragraph" ]
+ Meta { unMeta = fromList [] }
+ [ Header
+ 1 ( "" , [] , [] ) [ Str "Heading" , Space , Str "1" ]
+ , Header
+ 2 ( "" , [] , [] ) [ Str "Heading" , Space , Str "2" ]
+ , Header
+ 3 ( "" , [] , [] ) [ Str "Heading" , Space , Str "3" ]
+ , Para [ Str "Paragraph" ]
]