typst-0.9: test/typ/math/accent-04.out
--- parse tree ---
[ Comment
, SoftBreak
, Equation
False
[ Code
"typ/math/accent-04.typ"
( line 2 , column 2 )
(FuncCall
(Ident (Identifier "arrow"))
[ BlockArg [ Text "ABC " , Text "+" , Text "d" ] ])
, Text ","
, Code
"typ/math/accent-04.typ"
( line 2 , column 20 )
(FuncCall
(Ident (Identifier "tilde"))
[ BlockArg
[ Code
"typ/math/accent-04.typ"
( line 2 , column 26 )
(Ident (Identifier "sum"))
]
])
]
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]),
math.equation(block: false,
body: { math.accent(accent: →,
base: { text(body: [ABC ]),
text(body: [+]),
text(body: [d]) }),
text(body: [,]),
math.accent(accent: ∼,
base: text(body: [∑])) },
numbering: none),
parbreak() })