texmath-0.12.5: test/writer/omml/msup-01.test
<<< native
[ ESuper (EIdentifier "c") (ENumber "4")
, ESymbol Rel "="
, ESuper
(EIdentifier "c")
(EGrouped [ ENumber "4" , EPhantom (EIdentifier "fail") ])
]
>>> omml
<?xml version='1.0' ?>
<m:oMathPara>
<m:oMathParaPr>
<m:jc m:val="center" />
</m:oMathParaPr>
<m:oMath>
<m:sSup>
<m:e>
<m:r>
<m:t>c</m:t>
</m:r>
</m:e>
<m:sup>
<m:r>
<m:t>4</m:t>
</m:r>
</m:sup>
</m:sSup>
<m:r>
<m:rPr>
<m:sty m:val="p" />
</m:rPr>
<m:t>=</m:t>
</m:r>
<m:sSup>
<m:e>
<m:r>
<m:t>c</m:t>
</m:r>
</m:e>
<m:sup>
<m:r>
<m:t>4</m:t>
</m:r>
<m:phant>
<m:phantPr>
<m:show m:val="0" />
</m:phantPr>
<m:e>
<m:r>
<m:t>fail</m:t>
</m:r>
</m:e>
</m:phant>
</m:sup>
</m:sSup>
</m:oMath>
</m:oMathPara>