texmath-0.12.5: test/writer/mml/moAprime16.test
<<< native
[ ESuper (EIdentifier "f") (ESymbol Accent "'")
, EDelimited "(" ")" [ Right (EIdentifier "x") ]
, ESymbol Rel "="
, ESuper (EIdentifier "f") (ESymbol Ord "\8242")
, EDelimited "(" ")" [ Right (EIdentifier "x") ]
]
>>> mml
<?xml version='1.0' ?>
<math display="block" xmlns="http://www.w3.org/1998/Math/MathML">
<mrow>
<msup>
<mi>f</mi>
<mo>'</mo>
</msup>
<mrow>
<mo stretchy="true" form="prefix">(</mo>
<mi>x</mi>
<mo stretchy="true" form="postfix">)</mo>
</mrow>
<mo>=</mo>
<msup>
<mi>f</mi>
<mi>′</mi>
</msup>
<mrow>
<mo stretchy="true" form="prefix">(</mo>
<mi>x</mi>
<mo stretchy="true" form="postfix">)</mo>
</mrow>
</mrow>
</math>