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 0423e79 commit 763a289
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 @@ -11,7 +11,7 @@ var tests = {
'in multi comment': '/*\nrequire("a")*/require("a");function require(require){return require;}',
'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;}',
'in dostmt with no {}': 'do{/require("a")/.test(s);} while(false);function require(require){return require;}',
'reg / reg': '/require("a")/ / /require("b")/; function require(require){return require;}',
'ignore variable': 'require("a" + b);function require(require){return require;}'
};
Expand Down

0 comments on commit 763a289

Please sign in to comment.