packages feed

typst-0.9: test/typ/compute/foundations-13.out

--- parse tree ---
[ Comment
, SoftBreak
, Code
    "typ/compute/foundations-13.typ"
    ( line 2 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg
           (FuncCall
              (Ident (Identifier "type")) [ NormalArg (Literal (Int 1)) ])
       , NormalArg (Literal (String "integer"))
       ])
, SoftBreak
, Code
    "typ/compute/foundations-13.typ"
    ( line 3 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg
           (FuncCall
              (Ident (Identifier "type"))
              [ NormalArg (Ident (Identifier "ltr")) ])
       , NormalArg (Literal (String "direction"))
       ])
, SoftBreak
, Code
    "typ/compute/foundations-13.typ"
    ( line 4 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg
           (FuncCall
              (Ident (Identifier "type"))
              [ NormalArg (Divided (Literal (Int 10)) (Literal (Int 3))) ])
       , NormalArg (Literal (String "float"))
       ])
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]), 
                 text(body: [✅]), 
                 text(body: [
]), 
                 text(body: [✅]), 
                 text(body: [
]), 
                 text(body: [✅]), 
                 parbreak() })