texmath-0.12.5: test/reader/mml/mover-07.test
<<< mml
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block"> <mover> <mi mathvariant="normal">mover baseline</mi> <mi mathvariant="normal">mover over script</mi> </mover> <mo>=</mo> <mover> <mrow> <mover> <mi mathvariant="normal">mover baseline</mi> <mi mathvariant="normal">mover over script</mi> </mover> </mrow> <mphantom> <mi mathvariant="normal">fail</mi>
</mphantom> </mover> </math>
>>> native
[ EOver
False
(EIdentifier "mover baseline")
(EIdentifier "mover over script")
, ESymbol Rel "="
, EOver
False
(EOver
False
(EIdentifier "mover baseline")
(EIdentifier "mover over script"))
(EPhantom (EIdentifier "fail"))
]