texmath-0.12.5: test/reader/mml/stretchHoriz3.test
<<< mml
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mi>H</mi>
<mover>
<mo>→</mo>
<mtext>This is a long stretched arrow</mtext>
</mover>
<mi>H</mi> </math>
>>> native
[ EIdentifier "H"
, EOver
False
(ESymbol Accent "\8594")
(EText TextNormal "This is a long stretched arrow")
, EIdentifier "H"
]