packages feed

texmath-0.12.5: test/writer/tex/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"
]
>>> tex
\text{“dog”} + \text{“cat”} + \text{“dog”} + \text{“cat”} + \text{“pig”} + \text{“goat”}