packages feed

typst-0.9: test/typ/compiler/string-00.out

--- parse tree ---
[ Comment
, SoftBreak
, Code
    "typ/compiler/string-00.typ"
    ( line 2 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg
           (FuncCall
              (FieldAccess
                 (Ident (Identifier "len")) (Literal (String "Hello World!")))
              [])
       , NormalArg (Literal (Int 12))
       ])
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]), 
                 text(body: [✅]), 
                 parbreak() })