DRMF / texvcjs

A LaTeX validator/translator for TeX strings embedded in wikitext
0 stars 2 forks source link

Removed spaces between LaTeX commands and their arguments. #23

Closed poortho closed 9 years ago

poortho commented 9 years ago

This pull request also cleans up the input accepted as an argument for spacing delimiters such as \hspace.

poortho commented 9 years ago

Apparently npm install isn't working for one of the checks?

poortho commented 9 years ago

The check throws an error for only one version of node.js and it doesn't seem to be due to my code since it doesn't even reach the test cases. Perhaps I'm not looking at it right but something seems wrong with the check. Would it be possible to confirm if it is/isn't my code? Everything is fine on my end but the version of node installed is .10 and the error is for version .8

physikerwelt commented 9 years ago

You could remove the 0.8 from the .travis.yaml file to resolve this issue. (b.t.w. it was already introduced with your last commit)