packages feed

typst-0.9: test/typ/regression/issue59.out

--- parse tree ---
[ Code
    "typ/regression/issue59.typ"
    ( line 1 , column 2 )
    (If
       [ ( Not (Equals (Literal (Int 5)) (Label "foo"))
         , Block (CodeBlock [ Block (Content [ Text "a" ]) ])
         )
       ])
, ParBreak
]
--- evaluated ---
document(body: { text(body: [a]), 
                 parbreak() })