packages feed

texmath-0.12.5: test/writer/mml/mover-09.test

<<< native
[ EUnder
    False
    (EOver False (EIdentifier "- middle -") (EIdentifier "top"))
    (EPhantom (EIdentifier "fail"))
, ESymbol Rel "="
, EOver
    False
    (EUnder
       False (EIdentifier "- middle -") (EPhantom (EIdentifier "fail")))
    (EIdentifier "top")
]
>>> mml
<?xml version='1.0' ?>
<math display="block" xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <munder>
      <mover>
        <mi>- middle -</mi>
        <mi>top</mi>
      </mover>
      <mphantom>
        <mi>fail</mi>
      </mphantom>
    </munder>
    <mo>=</mo>
    <mover>
      <munder>
        <mi>- middle -</mi>
        <mphantom>
          <mi>fail</mi>
        </mphantom>
      </munder>
      <mi>top</mi>
    </mover>
  </mrow>
</math>