typst-0.9: test/typ/visualize/shape-rounded-00.out
--- parse tree ---
[ Comment
, SoftBreak
, Code
"typ/visualize/shape-rounded-00.typ"
( line 2 , column 2 )
(FuncCall
(Ident (Identifier "rect"))
[ KeyValArg
(Identifier "radius") (Negated (Literal (Numeric 20.0 Pt)))
])
, SoftBreak
, Code
"typ/visualize/shape-rounded-00.typ"
( line 3 , column 2 )
(FuncCall
(Ident (Identifier "square"))
[ KeyValArg (Identifier "radius") (Literal (Numeric 30.0 Pt)) ])
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]),
rect(radius: -20.0pt),
text(body: [
]),
square(radius: 30.0pt),
parbreak() })