texmath-0.13.1.2: test/writer/mml/msAtoken4.test
<<< native
[ EText TextNormal "\8220dog\8221"
, ESymbol Bin "+"
, EText TextNormal "\8220cat\8221"
, ESymbol Bin "+"
, EText TextNormal "\8220dog\8221"
, ESymbol Bin "+"
, EText TextNormal "\8220cat\8221"
, ESymbol Bin "+"
, EText TextNormal "\8220pig\8221"
, ESymbol Bin "+"
, EText TextNormal "\8220goat\8221"
]
>>> mml
<?xml version='1.0' ?>
<math display="block" xmlns="http://www.w3.org/1998/Math/MathML">
<mrow>
<mtext mathvariant="normal">“dog”</mtext>
<mo>+</mo>
<mtext mathvariant="normal">“cat”</mtext>
<mo>+</mo>
<mtext mathvariant="normal">“dog”</mtext>
<mo>+</mo>
<mtext mathvariant="normal">“cat”</mtext>
<mo>+</mo>
<mtext mathvariant="normal">“pig”</mtext>
<mo>+</mo>
<mtext mathvariant="normal">“goat”</mtext>
</mrow>
</math>