Fix potential infinite loop condition in test suite #735

Closed
TeamworkGuy2 wants to merge 1 commits from patch-1 into master

1 Commits

Author SHA1 Message Date
TeamworkGuy2 d0df763657 Fix potential infinite loop condition
I was doing some testing with js-xlsx's test suite and ran into a test that was hanging.  Turns out it was cmparr()'s for-loop condition.  Switching from `!=` to `<` fixed the hung test and caused it to error correctly.
2017-07-16 21:52:44 +00:00