typst-0.9: test/typ/compute/foundations-14.out
--- parse tree ---
[ Code
"typ/compute/foundations-14.typ"
( line 1 , column 2 )
(FuncCall
(Ident (Identifier "eval"))
[ NormalArg
(Plus (Literal (String "[_Hello")) (Literal (String " World!_]")))
])
, ParBreak
]
--- evaluated ---
document(body: { emph(body: text(body: [Hello World!])),
parbreak() })