Skip to content

suleman-uzair/unicodemath-tests

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

UnicodeMath tests

Purpose

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.

Format

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.

License

The content belongs to its original creators: Sargent Murray III and the UnicodeMathML project.

About

Tests with pairs of UnicodeMath and MathML

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published