--- old/test/script/nosecurity/parserapi_strict.js.EXPECTED 2016-04-26 11:37:30.179842368 +0200 +++ new/test/script/nosecurity/parserapi_strict.js.EXPECTED 2016-04-26 11:37:30.047842371 +0200 @@ -6,10 +6,10 @@ with({}) {} ^ -repeat_param.js:2:15 strict mode function cannot have duplicate parameter name "x" +repeat_param.js:2:18 strict mode function cannot have duplicate parameter name "x" function func(x, x) {} - ^ + ^ repeat_prop.js:2:22 Property "foo" already defined var obj = { foo: 34, foo: 'hello' };