typst-0.9: test/typ/layout/enum-00.out
--- parse tree ---
[ Code
"typ/layout/enum-00.typ"
( line 1 , column 2 )
(FuncCall
(Ident (Identifier "enum"))
[ BlockArg [ Text "Embrace" ]
, BlockArg [ Text "Extend" ]
, BlockArg [ Text "Extinguish" ]
])
, ParBreak
]
--- evaluated ---
document(body: { enum(children: (text(body: [Embrace]),
text(body: [Extend]),
text(body: [Extinguish]))),
parbreak() })