Merge branch 'master' into harmony-v3.2.0
This commit is contained in:
@@ -354,7 +354,8 @@ describe("minify", function() {
|
||||
Uglify.minify(ast, {
|
||||
compress: {
|
||||
sequences: false
|
||||
}
|
||||
},
|
||||
mangle: false
|
||||
});
|
||||
assert.ok(stat.body);
|
||||
assert.strictEqual(stat.print_to_string(), "a=x()");
|
||||
|
||||
Reference in New Issue
Block a user