Merge branch 'master' into harmony-v3.0.0

This commit is contained in:
alexlamsl
2017-05-07 07:18:15 +08:00
83 changed files with 9768 additions and 8722 deletions

View File

@@ -131,7 +131,7 @@ describe("Unicode", function() {
for (var i = 0; i < tests.length; i++) {
assert.strictEqual(uglify.minify(tests[i][0], {
fromString: true, output: { ascii_only: true, ecma: 6}
output: { ascii_only: true, ecma: 6 }
}).code, tests[i][1]);
}
});