texmath-0.13.1.2: test/reader/mml/mfracZcomp-23.test
<<< mml
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
<mtext>The same expression </mtext>
<mstyle displaystyle="true" scriptlevel="0">
<mfrac>
<mn>1</mn>
<mn>2</mn>
</mfrac>
<mo form="infix">-</mo>
<mrow>
<mstyle displaystyle="true" scriptlevel="0">
<mfrac>
<mn>1</mn>
<mn>2</mn>
</mfrac>
</mstyle>
</mrow>
<mo form="infix">+</mo>
<mrow>
<mstyle displaystyle="false" scriptlevel="0">
<mfrac>
<mn>1.23456</mn>
<mn>7890</mn>
</mfrac>
</mstyle>
</mrow>
</mstyle>
<mtext> in a display.</mtext> </math>
>>> native
[ EText TextNormal "The same expression\160"
, EGrouped
[ EFraction NormalFrac (ENumber "1") (ENumber "2")
, ESymbol Bin "-"
, EFraction NormalFrac (ENumber "1") (ENumber "2")
, ESymbol Bin "+"
, EFraction NormalFrac (ENumber "1.23456") (ENumber "7890")
]
, EText TextNormal "\160in a display."
]