texmath-0.12.5: test/reader/mml/badTag1.test
<<< mml
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<msup>
<mn>5</mn>
<foo>2</foo>
</msup>
<mo>+</mo>
<msup>
<foo>2</foo>
<mn>5</mn>
</msup>
<mo>+</mo>
<mrow>
<mn>5</mn>
<foo>+</foo>
<mn>5</mn>
</mrow>
<mo>+</mo>
<foo></foo>
</math>
>>> native
Unexpected element foo line 6