typst-0.9: test/typ/compiler/set-08.out
--- parse tree ---
[ Code
"typ/compiler/set-08.typ"
( line 1 , column 2 )
(Set
(Ident (Identifier "page"))
[ KeyValArg
(Identifier "margin")
(Minus (Literal (Numeric 1.0 Mm)) (Literal (Numeric 0.0 Mm)))
])
, SoftBreak
, Text "foo"
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
foo]),
parbreak() })