packages feed

typst-0.9: test/typ/compiler/ops-04.out

--- parse tree ---
[ Comment
, SoftBreak
, Code
    "typ/compiler/ops-04.typ"
    ( line 2 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg (Literal (Int 16)) , NormalArg (Literal (Int 16)) ])
, SoftBreak
, Code
    "typ/compiler/ops-04.typ"
    ( line 3 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg (Literal (Int 13)) , NormalArg (Literal (Int 13)) ])
, SoftBreak
, Code
    "typ/compiler/ops-04.typ"
    ( line 4 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg (Plus (Literal (Int 10)) (Literal (Int 10)))
       , NormalArg (Literal (Int 20))
       ])
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]), 
                 text(body: [✅]), 
                 text(body: [
]), 
                 text(body: [✅]), 
                 text(body: [
]), 
                 text(body: [✅]), 
                 parbreak() })