aboutsummaryrefslogtreecommitdiff
path: root/test/fb2/reader/titles.native
diff options
context:
space:
mode:
Diffstat (limited to 'test/fb2/reader/titles.native')
-rw-r--r--test/fb2/reader/titles.native41
1 files changed, 33 insertions, 8 deletions
diff --git a/test/fb2/reader/titles.native b/test/fb2/reader/titles.native
index a6c34f5ea..f98d0b00c 100644
--- a/test/fb2/reader/titles.native
+++ b/test/fb2/reader/titles.native
@@ -1,8 +1,33 @@
-Pandoc (Meta {unMeta = fromList []})
-[Header 1 ("",[],[]) [Str "Body",Space,Str "title"]
-,Div ("",["section"],[])
- [Header 2 ("",[],[]) [Str "Section",Space,Str "title"]
- ,Div ("",["section"],[])
- [Header 3 ("",[],[]) [Str "Subsection",Space,Str "title",LineBreak,Str "with",Space,Str "multiple",Space,Str "paragraphs"]]
- ,Div ("",["section"],[])
- [Header 3 ("",[],[]) [Str "Another",Space,Str "subsection",Space,Str "title"]]]]
+Pandoc
+ ( Meta { unMeta = fromList [] } )
+ [ Header 1
+ ( "", [], [] )
+ [ Str "Body", Space, Str "title" ]
+ , Div
+ ( "", [ "section" ], [] )
+ [ Header 2
+ ( "", [], [] )
+ [ Str "Section", Space, Str "title" ]
+ , Div
+ ( "", [ "section" ], [] )
+ [ Header 3
+ ( "", [], [] )
+ [ Str "Subsection"
+ , Space
+ , Str "title"
+ , LineBreak
+ , Str "with"
+ , Space
+ , Str "multiple"
+ , Space
+ , Str "paragraphs"
+ ]
+ ]
+ , Div
+ ( "", [ "section" ], [] )
+ [ Header 3
+ ( "", [], [] )
+ [ Str "Another", Space, Str "subsection", Space, Str "title" ]
+ ]
+ ]
+ ]