texmath-0.12.5: test/writer/mml/ensuremath.test
<<< native
[ ESuper (EIdentifier "\960") (ENumber "2") ]
>>> mml
<?xml version='1.0' ?>
<math display="block" xmlns="http://www.w3.org/1998/Math/MathML">
<msup>
<mi>π</mi>
<mn>2</mn>
</msup>
</math>