typst-0.9: test/typ/layout/columns-09.out
--- parse tree ---
[ Comment
, SoftBreak
, Code
"typ/layout/columns-09.typ"
( line 2 , column 2 )
(Set
(Ident (Identifier "page"))
[ KeyValArg (Identifier "height") (Literal Auto)
, KeyValArg (Identifier "width") (Literal (Numeric 7.05 Cm))
, KeyValArg (Identifier "columns") (Literal (Int 1))
])
, ParBreak
, Text "This"
, Space
, Text "is"
, Space
, Text "a"
, Space
, Text "normal"
, Space
, Text "page"
, Text "."
, Space
, Text "Very"
, Space
, Text "normal"
, Text "."
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]),
parbreak(),
text(body: [This is a normal page. Very normal.]),
parbreak() })