asciimath / asciimathml

A new home for asciimathml
http://asciimath.org/
MIT License
967 stars 189 forks source link

testing #41

Open pkra opened 9 years ago

pkra commented 9 years ago

Any interest in implementing a test suite?

Phyks commented 8 years ago

:+1:

saivan commented 6 years ago

I think this is a good idea! But would you just test the mathml output of a few known expressions?

drlippman commented 6 years ago

I added some simplistic regression testing in #64. Yes, it basically tests the mathml output of a few expressions against the expected output. The idea is to add new tests when edge cases are discovered, or when issues are addressed.