typst-0.9: test/typ/visualize/shape-square-02.out
--- parse tree ---
[ Comment
, SoftBreak
, Code
"typ/visualize/shape-square-02.typ"
( line 2 , column 2 )
(FuncCall
(Ident (Identifier "square"))
[ KeyValArg (Identifier "fill") (Ident (Identifier "eastern"))
, BlockArg
[ SoftBreak
, Code
"typ/visualize/shape-square-02.typ"
( line 3 , column 4 )
(FuncCall
(Ident (Identifier "rect"))
[ KeyValArg (Identifier "width") (Literal (Numeric 10.0 Pt))
, KeyValArg (Identifier "height") (Literal (Numeric 5.0 Pt))
, KeyValArg (Identifier "fill") (Ident (Identifier "green"))
])
, SoftBreak
, Code
"typ/visualize/shape-square-02.typ"
( line 4 , column 4 )
(FuncCall
(Ident (Identifier "rect"))
[ KeyValArg (Identifier "width") (Literal (Numeric 40.0 Percent))
, KeyValArg (Identifier "height") (Literal (Numeric 5.0 Pt))
, KeyValArg (Identifier "stroke") (Ident (Identifier "green"))
])
, ParBreak
]
])
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]),
square(body: { text(body: [
]),
rect(fill: rgb(18%,80%,25%,100%),
height: 5.0pt,
width: 10.0pt),
text(body: [
]),
rect(height: 5.0pt,
stroke: rgb(18%,80%,25%,100%),
width: 40%),
parbreak() },
fill: rgb(13%,61%,67%,100%)),
parbreak() })