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