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