typst-0.9: test/typ/layout/grid-5-00.out
--- parse tree ---
[ Comment
, SoftBreak
, Code
"typ/layout/grid-5-00.typ"
( line 2 , column 2 )
(Set
(Ident (Identifier "page"))
[ KeyValArg (Identifier "height") (Literal (Numeric 2.0 Cm)) ])
, SoftBreak
, Code
"typ/layout/grid-5-00.typ"
( line 3 , column 2 )
(FuncCall
(Ident (Identifier "grid"))
[ BlockArg
[ SoftBreak
, Text "Hello"
, Space
, HardBreak
, Text "Hello"
, Space
, HardBreak
, Text "Hello"
, Space
, HardBreak
, SoftBreak
, Text "World"
, ParBreak
]
])
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]),
text(body: [
]),
grid(children: ({ text(body: [
Hello ]),
linebreak(),
text(body: [Hello ]),
linebreak(),
text(body: [Hello ]),
linebreak(),
text(body: [
World]),
parbreak() })),
parbreak() })