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