typst-0.9: test/typ/visualize/shape-aspect-05.out
--- parse tree ---
[ Comment
, SoftBreak
, Code
"typ/visualize/shape-aspect-05.typ"
( line 2 , column 2 )
(Set
(Ident (Identifier "page"))
[ KeyValArg (Identifier "width") (Literal (Numeric 40.0 Pt))
, KeyValArg (Identifier "height") (Literal (Numeric 25.0 Pt))
, KeyValArg (Identifier "margin") (Literal (Numeric 5.0 Pt))
])
, SoftBreak
, Code
"typ/visualize/shape-aspect-05.typ"
( line 3 , column 2 )
(FuncCall
(Ident (Identifier "square"))
[ KeyValArg (Identifier "width") (Literal (Numeric 100.0 Percent))
])
, SoftBreak
, Code
"typ/visualize/shape-aspect-05.typ"
( line 4 , column 2 )
(FuncCall
(Ident (Identifier "square"))
[ KeyValArg (Identifier "width") (Literal (Numeric 100.0 Percent))
, BlockArg [ Text "Hello" , Space , Text "there" ]
])
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]),
text(body: [
]),
square(width: 100%),
text(body: [
]),
square(body: text(body: [Hello there]),
width: 100%),
parbreak() })