texmath-0.12.5: test/writer/omml/munder-09.test
<<< native
[ EOver
False
(EUnder False (EIdentifier "- middle -") (EIdentifier "bottom"))
(EPhantom (EIdentifier "fail"))
, ESymbol Rel "="
, EUnder
False
(EOver
False (EIdentifier "- middle -") (EPhantom (EIdentifier "fail")))
(EIdentifier "bottom")
]
>>> omml
<?xml version='1.0' ?>
<m:oMathPara>
<m:oMathParaPr>
<m:jc m:val="center" />
</m:oMathParaPr>
<m:oMath>
<m:limUpp>
<m:e>
<m:limLow>
<m:e>
<m:r>
<m:t>- middle -</m:t>
</m:r>
</m:e>
<m:lim>
<m:r>
<m:t>bottom</m:t>
</m:r>
</m:lim>
</m:limLow>
</m:e>
<m:lim>
<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:lim>
</m:limUpp>
<m:r>
<m:rPr>
<m:sty m:val="p" />
</m:rPr>
<m:t>=</m:t>
</m:r>
<m:limLow>
<m:e>
<m:limUpp>
<m:e>
<m:r>
<m:t>- middle -</m:t>
</m:r>
</m:e>
<m:lim>
<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:lim>
</m:limUpp>
</m:e>
<m:lim>
<m:r>
<m:t>bottom</m:t>
</m:r>
</m:lim>
</m:limLow>
</m:oMath>
</m:oMathPara>