packages feed

texmath-0.13.1.2: test/reader/mml/msup-06.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>3</mn>   </msup>   <mo>=</mo>   <msup>    <mrow>      <mi>S</mi>
    </mrow>     <mrow>      <mn>3</mn>
    </mrow>   </msup>   <mphantom>    <mfrac>      <mi>test</mi>
      <mi>failed</mi>
    </mfrac>   </mphantom> </math>
>>> native
[ ESuper (EIdentifier "S") (ENumber "3")
, ESymbol Rel "="
, ESuper (EIdentifier "S") (ENumber "3")
, EPhantom
    (EFraction NormalFrac (EIdentifier "test") (EIdentifier "failed"))
]