texmath-0.13.1.2: test/reader/mml/msubsup1.test
<<< mml
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mrow>
<msubsup>
<mo> ∫</mo>
<mn>0</mn>
<mn>1</mn>
</msubsup>
<mrow>
<msup>
<mi> ⅇ</mi>
<mi>x</mi>
</msup>
<mo> ⁢</mo>
<mrow>
<mo> ⅆ</mo>
<mi>x</mi>
</mrow>
</mrow>
</mrow> </math>
>>> native
[ ESubsup (ESymbol Op "\8747") (ENumber "0") (ENumber "1")
, EGrouped
[ ESuper (EIdentifier "\8519") (EIdentifier "x")
, ESymbol Ord "\8290"
, EGrouped [ ESymbol Ord "\8518" , EIdentifier "x" ]
]
]