packages feed

texmath-0.12.5: test/writer/mml/mtextspaces7.test

<<< native
[ EText TextNormal "This is \8201some \8287text with spaces." ]
>>> mml
<?xml version='1.0' ?>
<math display="block" xmlns="http://www.w3.org/1998/Math/MathML">
  <mtext mathvariant="normal">This is  some  text with spaces.</mtext>
</math>