packages feed

typst-0.9: test/typ/compiler/ops-prec-03.out

--- parse tree ---
[ Comment
, SoftBreak
, Code
    "typ/compiler/ops-prec-03.typ"
    ( line 2 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg
           (Not
              (InCollection
                 (Negated (Literal (Int 1)))
                 (Array
                    [ Reg (Literal (Int 1))
                    , Reg (Literal (Int 2))
                    , Reg (Literal (Int 3))
                    ])))
       , NormalArg (Literal (Boolean True))
       ])
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]), 
                 text(body: [✅]), 
                 parbreak() })