asciidoc-0.1: test/asciidoctor/dlist/qanda-missing-answer.test
[qanda]
Who knows the answer?::
>>>
Document
{ docMeta =
Meta
{ docTitle = []
, docTitleAttributes = Nothing
, docAuthors = []
, docRevision = Nothing
, docAttributes = fromList [ ( "sectids" , "" ) ]
}
, docBlocks =
[ Block
Attr
( [ "qanda" ] , fromList [] )
Nothing
(DefinitionList
[ ( [ Inline mempty (Str "Who knows the answer?") ] , [] ) ])
]
}