packages feed

asciidoc-0.1: test/asciidoctor/page_break/basic.test

Text on the first page

<<<

was breaked!
>>>
Document
  { docMeta =
      Meta
        { docTitle = []
        , docTitleAttributes = Nothing
        , docAuthors = []
        , docRevision = Nothing
        , docAttributes = fromList [ ( "sectids" , "" ) ]
        }
  , docBlocks =
      [ Block
          mempty
          Nothing
          (Paragraph [ Inline mempty (Str "Text on the first page") ])
      , Block mempty Nothing PageBreak
      , Block
          mempty Nothing (Paragraph [ Inline mempty (Str "was breaked!") ])
      ]
  }