texmath-0.12.5: test/writer/mml/maction-01.test
<<< native
[ EBoxed (EText TextNormal "Place mouse pointer over this box") ]
>>> mml
<?xml version='1.0' ?>
<math display="block" xmlns="http://www.w3.org/1998/Math/MathML">
<menclose notation="box">
<mtext mathvariant="normal">Place mouse pointer over this box</mtext>
</menclose>
</math>