packages feed

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

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

<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mstyle displaystyle="true">
    <mo>&#x222B;</mo> 
    <mi>f</mi> 
    <mrow>
      <mo>(</mo> 
      <mfrac>
        <mi>x</mi> 
        <mn>2</mn> 
      </mfrac> 
      <mo>)</mo> 
    </mrow> 
    <mtext>&#x200A;</mtext> 
    <mo>&#x2146;</mo> 
    <mi>x</mi> 
  </mstyle> </math>
>>> native
[ ESymbol Op "\8747"
, EIdentifier "f"
, EDelimited
    "("
    ")"
    [ Right (EFraction NormalFrac (EIdentifier "x") (ENumber "2")) ]
, ESpace (1 % 9)
, ESymbol Ord "\8518"
, EIdentifier "x"
]