packages feed

asciidoc-0.1.0.2: test/regression/issue_4f.test

<<<
Asciidoc text followed by a block comment
////
BLOCK COMMENT
////
followed by text.
>>>
Document
  { docMeta =
      Meta
        { docTitle = []
        , docTitleAttributes = Nothing
        , docAuthors = []
        , docRevision = Nothing
        , docAttributes = fromList [ ( "sectids" , "" ) ]
        }
  , docBlocks =
      [ Block mempty Nothing PageBreak
      , Block
          mempty
          Nothing
          (Paragraph
             [ Inline mempty (Str "Asciidoc text followed by a block comment")
             ])
      , Block
          mempty
          Nothing
          (Paragraph [ Inline mempty (Str "followed by text.") ])
      ]
  }