typst-0.9: test/typ/bugs/grid-1-01.out
--- parse tree ---
[ Code
"typ/bugs/grid-1-01.typ"
( line 1 , column 2 )
(FuncCall
(Ident (Identifier "rect"))
[ KeyValArg (Identifier "width") (Literal (Numeric 100.0 Percent))
, KeyValArg (Identifier "height") (Literal (Numeric 1.0 Em))
])
, SoftBreak
, BulletListItem
[ Code
"typ/bugs/grid-1-01.typ"
( line 2 , column 4 )
(FuncCall
(Ident (Identifier "rect"))
[ KeyValArg (Identifier "width") (Literal (Numeric 100.0 Percent))
, KeyValArg (Identifier "height") (Literal (Numeric 1.0 Em))
])
, SoftBreak
, BulletListItem
[ Code
"typ/bugs/grid-1-01.typ"
( line 3 , column 6 )
(FuncCall
(Ident (Identifier "rect"))
[ KeyValArg (Identifier "width") (Literal (Numeric 100.0 Percent))
, KeyValArg (Identifier "height") (Literal (Numeric 1.0 Em))
])
]
]
, ParBreak
]
--- evaluated ---
document(body: { rect(height: 1.0em,
width: 100%),
text(body: [
]),
list(children: ({ rect(height: 1.0em,
width: 100%),
text(body: [
]),
list(children: (rect(height: 1.0em,
width: 100%))) })) })