Skip to content

Commit

Permalink
optimized code
Browse files Browse the repository at this point in the history
  • Loading branch information
nuintun committed May 5, 2015
1 parent e17c4e6 commit ab9e89a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ describe('get the right deps', function (){
});

it('reg & comment', function (){
var s = '(1)/*\n*/ / require("a");return/*\nreturn*/;';
var s = '(1)/*\n*/ / require("a");return/*\nreturn*/;\\';
var res = cmdDeps(s, true).map(function (o){
return o.path;
});
Expand Down

0 comments on commit ab9e89a

Please sign in to comment.