texmath-0.13.1.2: test/reader/mml/mphantomBoperators3.test
<<< mml
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mrow>
<mi>A</mi>
<mo>+</mo>
<mi>A</mi>
<mphantom>
<mo>+</mo>
</mphantom>
<mi>A</mi>
</mrow> </math>
>>> native
[ EIdentifier "A"
, ESymbol Bin "+"
, EIdentifier "A"
, EPhantom (ESymbol Bin "+")
, EIdentifier "A"
]