fred-wang / TeXZilla

LALR Javascript LaTeX-to-MathML converter compatible with Unicode
http://fred-wang.github.io/TeXZilla/
130 stars 21 forks source link

Improve Test Coverage #26

Closed fred-wang closed 10 years ago

fred-wang commented 10 years ago

We should have at least one test for each TeX command and even better each rule in the grammar. https://github.com/fred-wang/TeXZilla/blob/master/unit-tests.js

We should check that most itex2MML commands are supported.

We should also have one test for each function of the public API / command line.

fred-wang commented 10 years ago

I guess the test coverage is good enough now.