texmath-0.12.5: test/reader/mml/msubsup-04.test
<<< mml
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block"> <msubsup> <mi>A</mi> <mrow> <msubsup> <mi>C</mi> <mn>4</mn> <mn>3</mn> </msubsup> </mrow> <mrow> <msubsup> <mi>B</mi> <mn>2</mn> <mn>1</mn> </msubsup> </mrow> </msubsup> <mo>=</mo> <msubsup> <mi>A</mi> <mrow> <msubsup> <mi>C</mi> <mrow> <msub> <mn>4</mn>
<mphantom>
<mtext>l</mtext>
</mphantom>
</msub>
</mrow> <mn>3</mn> </msubsup> </mrow> <mrow> <msubsup> <mi>B</mi> <mn>2</mn> <mrow> <msup> <mn>1</mn>
<mphantom>
<mtext>s</mtext>
</mphantom>
</msup>
</mrow> </msubsup> </mrow> </msubsup> </math>
>>> native
[ ESubsup
(EIdentifier "A")
(ESubsup (EIdentifier "C") (ENumber "4") (ENumber "3"))
(ESubsup (EIdentifier "B") (ENumber "2") (ENumber "1"))
, ESymbol Rel "="
, ESubsup
(EIdentifier "A")
(ESubsup
(EIdentifier "C")
(ESub (ENumber "4") (EPhantom (EText TextNormal "l")))
(ENumber "3"))
(ESubsup
(EIdentifier "B")
(ENumber "2")
(ESuper (ENumber "1") (EPhantom (EText TextNormal "s"))))
]