typst-0.9: test/typ/regression/issue1.out
--- parse tree ---
[ Code
"typ/regression/issue1.typ"
( line 1 , column 2 )
(LetFunc
(Identifier "foo")
[ NormalParam (Identifier "x") ]
(Block
(CodeBlock
[ Return
(Just
(Array [ Spr (Ident (Identifier "x")) , Reg (Literal (Int 5)) ]))
])))
, SoftBreak
, Code
"typ/regression/issue1.typ"
( line 6 , column 2 )
(FuncCall
(Ident (Identifier "foo"))
[ NormalArg
(Array [ Reg (Literal (Int 3)) , Reg (Literal (Int 4)) ])
])
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]),
text(body: [(3, 4, 5)]),
parbreak() })