Closed rgaiacs closed 10 years ago
This PR should fix the conversion of f' in <msup><mi>f</mi><mo>'</mo></msup> instead of <mi>f</mi><mo>'</mo>.
f'
<msup><mi>f</mi><mo>'</mo></msup>
<mi>f</mi><mo>'</mo>
For me don't make much sense in ' be converted into <mo>'</mo> and because of it the rule for it was removed and the unit test change.
'
<mo>'</mo>
This PR should fix the conversion of
f'
in<msup><mi>f</mi><mo>'</mo></msup>
instead of<mi>f</mi><mo>'</mo>
.For me don't make much sense in
'
be converted into<mo>'</mo>
and because of it the rule for it was removed and the unit test change.