Skip to content

Commit

Permalink
update to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nuintun committed May 4, 2015
1 parent 376ca66 commit 0423e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/benchmark.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ var tests = {
'in reg': '/require("a")/;function require(require){return require;}',
'in ifstmt with no {}': 'if(true)/require("a")/;function require(require){return require;}',
'in dostmt with no {}': 'do /require("a")/.test(s); while(false);function require(require){return require;}',
'reg / reg': '/require("a")/ / /require("b")/; requirefunction(require){return require;}',
'reg / reg': '/require("a")/ / /require("b")/; function require(require){return require;}',
'ignore variable': 'require("a" + b);function require(require){return require;}'
};
var results = {
Expand Down

0 comments on commit 0423e79

Please sign in to comment.