packages feed

typst-0.9: test/typ/layout/pad-03.out

--- parse tree ---
[ Comment
, SoftBreak
, Code
    "typ/layout/pad-03.typ"
    ( line 2 , column 2 )
    (FuncCall
       (Ident (Identifier "pad"))
       [ NormalArg (Literal (Numeric 50.0 Percent)) , BlockArg [] ])
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]), 
                 pad(body: {  }, rest: 50%), 
                 parbreak() })