texmath-0.12.5: test/writer/mml/mover-01.test
<<< native
[ EOver False (EIdentifier "BASE") (EIdentifier "over")
, ESymbol Rel "="
, EOver
False
(EOver False (EIdentifier "BASE") (EIdentifier "over"))
(EPhantom (EIdentifier "over"))
]
>>> mml
<?xml version='1.0' ?>
<math display="block" xmlns="http://www.w3.org/1998/Math/MathML">
<mrow>
<mover>
<mi>BASE</mi>
<mi>over</mi>
</mover>
<mo>=</mo>
<mover>
<mover>
<mi>BASE</mi>
<mi>over</mi>
</mover>
<mphantom>
<mi>over</mi>
</mphantom>
</mover>
</mrow>
</math>