typst-0.9: test/typ/layout/page-04.out
--- parse tree ---
[ Comment
, SoftBreak
, Comment
, SoftBreak
, Code
"typ/layout/page-04.typ"
( line 3 , column 2 )
(FuncCall
(Ident (Identifier "page"))
[ NormalArg (Literal (String "a11"))
, KeyValArg (Identifier "flipped") (Literal (Boolean True))
, KeyValArg (Identifier "fill") (Ident (Identifier "red"))
, BlockArg []
])
, SoftBreak
, Code
"typ/layout/page-04.typ"
( line 4 , column 2 )
(FuncCall (Ident (Identifier "pagebreak")) [])
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]),
text(body: [
]),
page(body: [a11],
fill: rgb(100%,25%,21%,100%),
flipped: true),
text(body: [
]),
pagebreak(),
parbreak() })