texmath-0.12.5: test/reader/mml/msupSadvance1.test
<<< mml
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<msup>
<mi>H</mi>
<mn>2</mn>
</msup>
<mo>+</mo>
<msup>
<mi>ℋ</mi>
<mn>2</mn>
</msup> </math>
>>> native
[ ESuper (EIdentifier "H") (ENumber "2")
, ESymbol Bin "+"
, ESuper (EIdentifier "\8459") (ENumber "2")
]