packages feed

typst-0.9: test/typ/bugs/grid-2-01.out

--- parse tree ---
[ Code
    "typ/bugs/grid-2-01.typ"
    ( line 1 , column 2 )
    (Set
       (Ident (Identifier "page"))
       [ KeyValArg (Identifier "height") (Literal (Numeric 60.0 Pt)) ])
, SoftBreak
, Code
    "typ/bugs/grid-2-01.typ"
    ( line 2 , column 2 )
    (FuncCall
       (Ident (Identifier "lorem")) [ NormalArg (Literal (Int 5)) ])
, SoftBreak
, BulletListItem
    [ Code
        "typ/bugs/grid-2-01.typ"
        ( line 3 , column 4 )
        (FuncCall
           (Ident (Identifier "lorem")) [ NormalArg (Literal (Int 5)) ])
    ]
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]), 
                 text(body: [Lorem ipsum dolor sit amet,]), 
                 text(body: [
]), 
                 list(children: (text(body: [Lorem ipsum dolor sit amet,]))) })