Skip to content

Commit

Permalink
fixed the numeric test
Browse files Browse the repository at this point in the history
  • Loading branch information
James Halliday committed Jun 25, 2013
1 parent 64239ed commit 6b034f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Expand Up @@ -89,6 +89,7 @@ module.exports = function (args, opts) {
if (/[A-Za-z]/.test(letters[j])
&& /-?\d+(\.\d*)?(e-?\d+)?$/.test(next)) {
setArg(letters[j], next);
broken = true;
break;
}

Expand Down

0 comments on commit 6b034f3

Please sign in to comment.