silentmatt / expr-eval

Mathematical expression evaluator in JavaScript
http://silentmatt.com/javascript-expression-evaluator/
MIT License
1.19k stars 239 forks source link

Fix travis build on new node js versions up to 12 #194

Closed epicfaace closed 5 years ago

epicfaace commented 5 years ago

Note how builds initially fail on Node 10-12 because, for some reason, strictEqual does not equate 0 and -0: https://travis-ci.com/epicfaace/expr-eval/builds/118179759

I've added in a fix to fix that.