typst-0.9: test/typ/math/root-00.out
--- parse tree ---
[ Comment
, SoftBreak
, Equation
False
[ Text "A"
, Text "="
, Code
"typ/math/root-00.typ"
( line 2 , column 6 )
(FuncCall
(Ident (Identifier "sqrt"))
[ BlockArg [ Text "x" , Text "+" , Text "y" ] ])
, Text "="
, Text "c"
]
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]),
math.equation(block: false,
body: { text(body: [A]),
text(body: [=]),
math.sqrt(radicand: { text(body: [x]),
text(body: [+]),
text(body: [y]) }),
text(body: [=]),
text(body: [c]) },
numbering: none),
parbreak() })