packages feed

asciidoc-0.1: test/asciidoctor/inline_quoted/monospaced-with-role.test

[why]`hello world!`
>>>
Document
  { docMeta =
      Meta
        { docTitle = []
        , docTitleAttributes = Nothing
        , docAuthors = []
        , docRevision = Nothing
        , docAttributes = fromList [ ( "sectids" , "" ) ]
        }
  , docBlocks =
      [ Block
          mempty
          Nothing
          (Paragraph
             [ Inline
                 Attr
                 ( [] , fromList [ ( "role" , "why" ) ] )
                 (Monospace [ Inline mempty (Str "hello world!") ])
             ])
      ]
  }