packages feed

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

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

<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>f</mi> 
    <mo> &#x2061;</mo> 
    <mrow>
      <mo>(</mo> 
      <mi>x</mi> 
      <mo>)</mo> 
    </mrow> 
  </mrow> </math>
>>> native
[ EIdentifier "f"
, ESymbol Ord "\8289"
, EDelimited "(" ")" [ Right (EIdentifier "x") ]
]