typst-0.9: test/typ/math/multiline-06.out
--- parse tree ---
[ Comment
, SoftBreak
, Equation
True [ Text " abc " , MAlignPoint , Text "=" , Text "c" ]
, SoftBreak
, Text "No"
, Space
, Text "trailing"
, Space
, Text "line"
, Space
, Text "break"
, Text "."
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]),
math.equation(block: true,
body: { text(body: [ abc ]),
math.alignpoint(),
text(body: [=]),
text(body: [c]) },
numbering: none),
text(body: [
No trailing line break.]),
parbreak() })