texmath-0.12.5: test/reader/mml/msup-10.test
<<< mml
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block"> <msup> <mi>S</mi> <mn>2</mn> </msup> <mo>=</mo> <munder> <mrow> <msup> <mi>S</mi> <mn>2</mn> </msup> </mrow> <mphantom> <mi>fail</mi>
</mphantom> </munder> </math>
>>> native
[ ESuper (EIdentifier "S") (ENumber "2")
, ESymbol Rel "="
, EUnder
False
(ESuper (EIdentifier "S") (ENumber "2"))
(EPhantom (EIdentifier "fail"))
]