Skip to content

Commit

Permalink
compiled version of previous
Browse files Browse the repository at this point in the history
  • Loading branch information
jostylr committed Jan 12, 2014
1 parent 7d8e5f9 commit f9c7f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testrunner.js
Expand Up @@ -1040,7 +1040,7 @@ test("conversions", function (t) {

t.equal(p("0", "1.1"), "1.1", "zero+sci");
t.equal(p("123456789123456789123456789", "1.1"), "1.234567891234567891234567901E26", "int+sci");
t.equal(p("1.1_3", "2.234E-4"), "", "rat+sci");
t.equal(p("1.1_3", "2.234E-4"), "1.13355673", "rat+sci");

t.end();
});

0 comments on commit f9c7f5c

Please sign in to comment.