packages feed

texmath-0.12.5: test/reader/mml/maction-05.test

<<< mml
<?xml version="1.0" encoding="UTF-8"?>

<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">  <maction actiontype="tooltip">    <mrow>      <msup>        <mi>x</mi>
        <mn>2</mn>
      </msup>
      <mo>−</mo>
      <mn>1</mn>
      <mo>=</mo>
      <mn>0</mn>     </mrow>     <mtext>(x − 1)(x + 1) = 0</mtext>   </maction> </math>
>>> native
[ ESuper (EIdentifier "x") (ENumber "2")
, ESymbol Bin "\8722"
, ENumber "1"
, ESymbol Rel "="
, ENumber "0"
]