packages feed

asciidoc-0.1: test/asciidoctor/document/title-with-revdate.test

= Document Title
Kismet Chameleon
v1.0, 2013-10-02
>>>
Document
  { docMeta =
      Meta
        { docTitle = [ Inline mempty (Str "Document Title") ]
        , docTitleAttributes = Nothing
        , docAuthors =
            [ Author
                { authorName = "Kismet Chameleon" , authorEmail = Nothing }
            ]
        , docRevision =
            Just
              Revision
                { revVersion = "1.0"
                , revDate = Just "2013-10-02"
                , revRemark = Nothing
                }
        , docAttributes = fromList [ ( "sectids" , "" ) ]
        }
  , docBlocks = []
  }