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