packages feed

asciidoc-0.1.0.2: test/regression/issue_4b.test

<<<
Asciidoc text followed by a blank line and a line comment.

// LINE COMMENT
>>>
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 blank line and a line comment.")
             ])
      ]
  }