texmath-0.12.5: test/reader/mml/mfracZcomp-08.test
<<< mml
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mtext>Inline, display style, no line </mtext>
<mstyle displaystyle="false" scriptlevel="0">
<mrow>
<mstyle displaystyle="true" scriptlevel="0">
<mfrac linethickness="0">
<mn>1.234567</mn>
<mrow>
<mn>89</mn>
<mo form="infix">+</mo>
<mi>x</mi>
</mrow>
</mfrac>
</mstyle>
</mrow>
</mstyle>
<mtext> the end.</mtext> </math>
>>> native
[ EText TextNormal "Inline, display style, no line\160"
, EFraction
NormalFrac
(ENumber "1.234567")
(EGrouped [ ENumber "89" , ESymbol Bin "+" , EIdentifier "x" ])
, EText TextNormal "\160the end."
]