packages feed

texmath-0.12.5: test/writer/mml/msup-06.test

<<< native
[ ESuper (EIdentifier "S") (ENumber "3")
, ESymbol Rel "="
, ESuper (EIdentifier "S") (ENumber "3")
, EPhantom
    (EFraction NormalFrac (EIdentifier "test") (EIdentifier "failed"))
]
>>> mml
<?xml version='1.0' ?>
<math display="block" xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <msup>
      <mi>S</mi>
      <mn>3</mn>
    </msup>
    <mo>=</mo>
    <msup>
      <mi>S</mi>
      <mn>3</mn>
    </msup>
    <mphantom>
      <mfrac>
        <mi>test</mi>
        <mi>failed</mi>
      </mfrac>
    </mphantom>
  </mrow>
</math>