Skip to content

Commit ab85d93

Browse files
committed
Changed the yuglify.js testing file to match output from yuglify 2.0.0.
1 parent 4314d1e commit ab85d93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/assets/compressors/yuglify.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
(function(){(function(){window.concat=function(){console.log(arguments)}})(),function(){window.cat=function(){console.log("hello world")}}()}).call(this);
1+
(function(){window.concat=function(){console.log(arguments)},window.cat=function(){console.log("hello world")}}).call(this)

0 commit comments

Comments
 (0)