typst-0.9: test/typ/compiler/let-20.out
--- parse tree ---
[ Comment
, SoftBreak
, Comment
, SoftBreak
, Code
"typ/compiler/let-20.typ"
( line 3 , column 2 )
(Let
(DestructuringBind [ Sink (Just (Identifier "a")) ]) (Dict []))
, SoftBreak
, Code
"typ/compiler/let-20.typ"
( line 4 , column 2 )
(FuncCall
(Ident (Identifier "test"))
[ NormalArg (Ident (Identifier "a")) , NormalArg (Dict []) ])
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]),
text(body: [
]),
text(body: [
]),
text(body: [✅]),
parbreak() })