typst-0.9: test/typ/math/accent-06.out
--- parse tree ---
[ Comment
, SoftBreak
, Equation
True
[ Code
"typ/math/accent-06.typ"
( line 2 , column 3 )
(FuncCall
(Ident (Identifier "tilde"))
[ BlockArg
[ Code
"typ/math/accent-06.typ"
( line 2 , column 9 )
(Ident (Identifier "integral"))
]
])
, Text ","
, MAttach
(Just (Text "a"))
(Just (Text "b"))
(Code
"typ/math/accent-06.typ"
( line 2 , column 20 )
(FuncCall
(Ident (Identifier "tilde"))
[ BlockArg
[ Code
"typ/math/accent-06.typ"
( line 2 , column 26 )
(Ident (Identifier "integral"))
]
]))
, Text ","
, Code
"typ/math/accent-06.typ"
( line 2 , column 41 )
(FuncCall
(Ident (Identifier "tilde"))
[ BlockArg
[ MAttach
(Just (Text "a"))
(Just (Text "b"))
(Code
"typ/math/accent-06.typ"
( line 2 , column 47 )
(Ident (Identifier "integral")))
]
])
]
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]),
math.equation(block: true,
body: { math.accent(accent: ∼,
base: text(body: [∫])),
text(body: [,]),
math.attach(b: text(body: [a]),
base: math.accent(accent: ∼,
base: text(body: [∫])),
t: text(body: [b])),
text(body: [,]),
math.accent(accent: ∼,
base: math.attach(b: text(body: [a]),
base: text(body: [∫]),
t: text(body: [b]))) },
numbering: none),
parbreak() })