asciidoc-0.1: test/asciidoctor/toc/doc-without-sections.test
= Document Title
:toc: macro
toc::[]
>>>
Document
{ docMeta =
Meta
{ docTitle = [ Inline mempty (Str "Document Title") ]
, docTitleAttributes = Nothing
, docAuthors = []
, docRevision = Nothing
, docAttributes =
fromList [ ( "sectids" , "" ) , ( "toc" , "macro" ) ]
}
, docBlocks = [ Block mempty Nothing TOC ]
}