packages feed

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

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