texmath-0.12.5: test/reader/mml/msqrtSinheritance9.test
<<< mml
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mrow>
<mstyle color="Blue" fontweight="bold">
<mfrac>
<mstyle fontstyle="italic">
<msqrt>
<mrow>
<mi>x</mi>
<mo>-</mo>
<mn>3</mn>
</mrow>
</msqrt>
</mstyle>
<mstyle fontweight="bold">
<msqrt>
<mrow>
<mn>3</mn>
<mi>x</mi>
</mrow>
</msqrt>
</mstyle>
</mfrac>
</mstyle>
<mfrac>
<mstyle fontstyle="italic">
<msqrt>
<mn>2</mn>
<mi>x</mi>
<mo>-</mo>
<mn>3</mn>
</msqrt>
</mstyle>
<mstyle fontweight="bold">
<msqrt>
<mrow>
<mn>3</mn>
<mi>x</mi>
</mrow>
</msqrt>
</mstyle>
</mfrac>
</mrow> </math>
>>> native
[ EFraction
NormalFrac
(ESqrt
(EGrouped [ EIdentifier "x" , ESymbol Bin "-" , ENumber "3" ]))
(ESqrt (EGrouped [ ENumber "3" , EIdentifier "x" ]))
, EFraction
NormalFrac
(ESqrt
(EGrouped
[ ENumber "2" , EIdentifier "x" , ESymbol Bin "-" , ENumber "3" ]))
(ESqrt (EGrouped [ ENumber "3" , EIdentifier "x" ]))
]