Skip to content

Commit

Permalink
test(index): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Mar 9, 2014
1 parent 41ecd13 commit aa6263b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ var assert = require("assert");
// Array
var esf = require("../");
it("should return same input", function () {
var code = "fn([1,2,3])";
var code = "fn([1,2,3]);";
assert.equal(esf(code), code);
});

0 comments on commit aa6263b

Please sign in to comment.