typst-0.9: test/typ/compiler/let-04.out
--- parse tree ---
[ Comment
, SoftBreak
, Code
"typ/compiler/let-04.typ"
( line 2 , column 2 )
(Let
(DestructuringBind [ Simple (BasicBind (Just (Identifier "a"))) ])
(Array [ Reg (Literal (Int 1)) ]))
, SoftBreak
, Code
"typ/compiler/let-04.typ"
( line 3 , column 2 )
(FuncCall
(Ident (Identifier "test"))
[ NormalArg (Ident (Identifier "a"))
, NormalArg (Literal (Int 1))
])
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]),
text(body: [
]),
text(body: [✅]),
parbreak() })