packages feed

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

--- parse tree ---
[ Comment
, SoftBreak
, Code
    "typ/compute/calc-12.typ"
    ( line 2 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg
           (FuncCall
              (FieldAccess
                 (Ident (Identifier "quo")) (Ident (Identifier "calc")))
              [ NormalArg (Literal (Int 1)) , NormalArg (Literal (Int 1)) ])
       , NormalArg (Literal (Int 1))
       ])
, SoftBreak
, Code
    "typ/compute/calc-12.typ"
    ( line 3 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg
           (FuncCall
              (FieldAccess
                 (Ident (Identifier "quo")) (Ident (Identifier "calc")))
              [ NormalArg (Literal (Int 5)) , NormalArg (Literal (Int 3)) ])
       , NormalArg (Literal (Int 1))
       ])
, SoftBreak
, Code
    "typ/compute/calc-12.typ"
    ( line 4 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg
           (FuncCall
              (FieldAccess
                 (Ident (Identifier "quo")) (Ident (Identifier "calc")))
              [ NormalArg (Literal (Int 5))
              , NormalArg (Negated (Literal (Int 3)))
              ])
       , NormalArg (Negated (Literal (Int 1)))
       ])
, SoftBreak
, Code
    "typ/compute/calc-12.typ"
    ( line 5 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg
           (FuncCall
              (FieldAccess
                 (Ident (Identifier "quo")) (Ident (Identifier "calc")))
              [ NormalArg (Literal (Float 22.5))
              , NormalArg (Literal (Int 10))
              ])
       , NormalArg (Literal (Int 2))
       ])
, SoftBreak
, Code
    "typ/compute/calc-12.typ"
    ( line 6 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg
           (FuncCall
              (FieldAccess
                 (Ident (Identifier "quo")) (Ident (Identifier "calc")))
              [ NormalArg (Literal (Int 9)) , NormalArg (Literal (Float 4.5)) ])
       , NormalArg (Literal (Int 2))
       ])
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]), 
                 text(body: [✅]), 
                 text(body: [
]), 
                 text(body: [✅]), 
                 text(body: [
]), 
                 text(body: [✅]), 
                 text(body: [
]), 
                 text(body: [✅]), 
                 text(body: [
]), 
                 text(body: [✅]), 
                 parbreak() })