Merge branch 'master' into harmony-v3.0.2

This commit is contained in:
alexlamsl
2017-05-10 01:57:32 +08:00
5 changed files with 36 additions and 38 deletions

View File

@@ -185,7 +185,7 @@ describe("bin/uglifyjs", function () {
exec(command, function (err, stdout, stderr) {
assert.ok(err);
assert.strictEqual(stderr, "ERROR: inline source map only works with singular input\n");
assert.strictEqual(stderr.split(/\n/)[0], "ERROR: inline source map only works with singular input");
done();
});
});