packages feed

typst-0.9: test/typ/regression/issue25.out

--- parse tree ---
[ Code
    "typ/regression/issue25.typ"
    ( line 1 , column 2 )
    (Let
       (BasicBind (Just (Identifier "x")))
       (Dict [ Reg ( Ident (Identifier "a") , Literal (Int 5) ) ]))
, SoftBreak
, Code
    "typ/regression/issue25.typ"
    ( line 2 , column 2 )
    (Let (BasicBind (Just (Identifier "key"))) (Literal (String "a")))
, SoftBreak
, Code
    "typ/regression/issue25.typ"
    ( line 3 , column 2 )
    (Block
       (CodeBlock
          [ Assign
              (FuncCall
                 (FieldAccess (Ident (Identifier "at")) (Ident (Identifier "x")))
                 [ NormalArg (Ident (Identifier "key")) ])
              (Literal (Int 6))
          ]))
, SoftBreak
, Code
    "typ/regression/issue25.typ"
    ( line 6 , column 2 )
    (Ident (Identifier "x"))
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]), 
                 text(body: [
]), 
                 text(body: [
]), 
                 text(body: [(a: 6)]), 
                 parbreak() })