typst-0.9: test/typ/layout/table-03.out
--- parse tree ---
[ Comment
, SoftBreak
, Code
"typ/layout/table-03.typ"
( line 2 , column 2 )
(FuncCall (Ident (Identifier "table")) [])
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]),
table(children: ()),
parbreak() })