packages feed

texmath-0.12.5: test/reader/mml/msubsup1.test

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

<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <msubsup>
      <mo> &#x222B;</mo> 
      <mn>0</mn> 
      <mn>1</mn> 
    </msubsup> 
    <mrow>
      <msup>
        <mi> &#x2147;</mi> 
        <mi>x</mi> 
      </msup> 
      <mo> &#x2062;</mo> 
      <mrow>
        <mo> &#x2146;</mo> 
        <mi>x</mi> 
      </mrow> 
    </mrow> 
  </mrow> </math>
>>> native
[ ESubsup (ESymbol Op "\8747") (ENumber "0") (ENumber "1")
, EGrouped
    [ ESuper (EIdentifier "\8519") (EIdentifier "x")
    , ESymbol Ord "\8290"
    , EGrouped [ ESymbol Ord "\8518" , EIdentifier "x" ]
    ]
]