packages feed

asciidoc-0.1: test/asciidoctor/document/title-with-multiple-authors.test

= The Dangerous and Thrilling Documentation Chronicles
Kismet Rainbow Chameleon <kismet@asciidoctor.org>; Lazarus het_Draeke <lazarus@asciidoctor.org>
>>>
Document
  { docMeta =
      Meta
        { docTitle =
            [ Inline
                mempty (Str "The Dangerous and Thrilling Documentation Chronicles")
            ]
        , docTitleAttributes = Nothing
        , docAuthors =
            [ Author
                { authorName = "Kismet Rainbow Chameleon"
                , authorEmail = Just "kismet@asciidoctor.org"
                }
            , Author
                { authorName = "Lazarus het_Draeke"
                , authorEmail = Just "lazarus@asciidoctor.org"
                }
            ]
        , docRevision = Nothing
        , docAttributes = fromList [ ( "sectids" , "" ) ]
        }
  , docBlocks = []
  }