typst-0.9: test/typ/visualize/shape-square-01.out
--- parse tree ---
[ Comment
, SoftBreak
, Code
"typ/visualize/shape-square-01.typ"
( line 2 , column 2 )
(FuncCall
(Ident (Identifier "square"))
[ KeyValArg (Identifier "fill") (Ident (Identifier "eastern"))
, BlockArg
[ SoftBreak
, Code
"typ/visualize/shape-square-01.typ"
( line 3 , column 4 )
(Set
(Ident (Identifier "text"))
[ KeyValArg (Identifier "fill") (Ident (Identifier "white"))
, KeyValArg (Identifier "weight") (Literal (String "bold"))
])
, SoftBreak
, Text "Typst"
, ParBreak
]
])
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]),
square(body: { text(body: [
]),
text(body: [
Typst],
fill: rgb(100%,100%,100%,100%),
weight: "bold"),
parbreak() },
fill: rgb(13%,61%,67%,100%)),
parbreak() })