packages feed

typst-0.9: test/typ/compute/calc-01.out

--- parse tree ---
[ Code
    "typ/compute/calc-01.typ"
    ( line 1 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg
           (FuncCall
              (FieldAccess
                 (Ident (Identifier "round")) (Ident (Identifier "calc")))
              [ NormalArg
                  (FieldAccess (Ident (Identifier "e")) (Ident (Identifier "calc")))
              , KeyValArg (Identifier "digits") (Literal (Int 2))
              ])
       , NormalArg (Literal (Float 2.72))
       ])
, SoftBreak
, Code
    "typ/compute/calc-01.typ"
    ( line 2 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg
           (FuncCall
              (FieldAccess
                 (Ident (Identifier "round")) (Ident (Identifier "calc")))
              [ NormalArg
                  (FieldAccess (Ident (Identifier "pi")) (Ident (Identifier "calc")))
              , KeyValArg (Identifier "digits") (Literal (Int 2))
              ])
       , NormalArg (Literal (Float 3.14))
       ])
, ParBreak
]
--- evaluated ---
document(body: { text(body: [✅]), 
                 text(body: [
]), 
                 text(body: [✅]), 
                 parbreak() })