texmath-0.12.5: test/reader/mml/munderover-01.test
<<< mml
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block"> <munderover> <mi mathvariant="normal">BASE</mi> <mi mathvariant="normal">under</mi> <mi mathvariant="normal">over</mi> </munderover> <mo>=</mo> <mover> <mrow> <munder> <mi mathvariant="normal">BASE</mi> <mi mathvariant="normal">under</mi> </munder> </mrow> <mi mathvariant="normal">over</mi> </mover> </math>
>>> native
[ EUnderover
False
(EIdentifier "BASE")
(EIdentifier "under")
(EIdentifier "over")
, ESymbol Rel "="
, EOver
False
(EUnder False (EIdentifier "BASE") (EIdentifier "under"))
(EIdentifier "over")
]