This repository provides tests to validate UnicodeMath to MathML conversion functionality.
The source of the tests is the unicodemathml-integration.js file from @MurrayIII 's fork of UnicodeMathML.
tests:
- unicodemath: 0a+b
mathml: |
<math display="inline"><mrow><mi>𝑎</mi><mo>+</mo><mi>𝑏</mi></mrow></math>
# ...
Where:
unicodemath
-
is the UnicodeMath string as input.
mathml
-
is the MathML string as output.