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.native63
1 files changed, 34 insertions, 29 deletions
diff --git a/test/fb2/reader/titles.native b/test/fb2/reader/titles.native
index f98d0b00c..74669d848 100644
--- a/test/fb2/reader/titles.native
+++ b/test/fb2/reader/titles.native
@@ -1,33 +1,38 @@
Pandoc
- ( Meta { unMeta = fromList [] } )
- [ Header 1
- ( "", [], [] )
- [ Str "Body", Space, Str "title" ]
+ 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"
- ]
+ ( "" , [ "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"
+ ]
+ ]
]
- , Div
- ( "", [ "section" ], [] )
- [ Header 3
- ( "", [], [] )
- [ Str "Another", Space, Str "subsection", Space, Str "title" ]
- ]
- ]
]