packages feed

typst-0.9: test/typ/compute/data-00.out

--- parse tree ---
[ Comment
, SoftBreak
, Code
    "typ/compute/data-00.typ"
    ( line 2 , column 2 )
    (Let
       (BasicBind (Just (Identifier "data")))
       (FuncCall
          (Ident (Identifier "read"))
          [ NormalArg (Literal (String "/assets/files/hello.txt")) ]))
, SoftBreak
, Code
    "typ/compute/data-00.typ"
    ( line 3 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg (Ident (Identifier "data"))
       , NormalArg (Literal (String "Hello, world!"))
       ])
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]), 
                 text(body: [
]), 
                 text(body: [✅]), 
                 parbreak() })