fred-wang / TeXZilla

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

mtext test fail #32

Closed rgaiacs closed 10 years ago

rgaiacs commented 10 years ago

This depends of #31

$ make tests
....
Test 26... FAIL
TeXZilla.toMathMLString, unexpected result:
  Actual: '<math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mtext> x y </mtext><annotation encoding="TeX">\\mtext{  x   y  }</annotation></semantics></math>'
  Expected: '<math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mtext> x y </mtext><annotation encoding="TeX">\\mtext{  x   y  }</annotation></semantics></math>'
...