packages feed

typst-0.9: test/typ/compiler/ops-invalid-29.out

--- parse tree ---
[ Comment
, SoftBreak
, Comment
, SoftBreak
, Code
    "typ/compiler/ops-invalid-29.typ"
    ( line 3 , column 2 )
    (Let (BasicBind (Just (Identifier "rect"))) (Literal (String "")))
, SoftBreak
, Code
    "typ/compiler/ops-invalid-29.typ"
    ( line 4 , column 2 )
    (Assign (Ident (Identifier "rect")) (Literal (String "hi")))
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]), 
                 text(body: [
]), 
                 text(body: [
]), 
                 parbreak() })