bug 638: mid-file BOM

A few files had BOM mid-file, which is allowed but not relevant to the tests.
tests pass with spidermonkey, v8 and jsc.
This commit is contained in:
Trevor Baker 2013-05-07 15:31:41 -04:00
parent fbba29fb70
commit 5167f080fd
4 changed files with 8 additions and 8 deletions

View File

@ -9,6 +9,6 @@
* @onlyStrict
* @negative ^((?!NotEarlyError).)*$
*/
"use strict";
"use strict";
throw NotEarlyError;
var _7_8_4_2 = '100abc\0110def';
var _7_8_4_2 = '100abc\0110def';

View File

@ -9,6 +9,6 @@
* @onlyStrict
* @negative ^((?!NotEarlyError).)*$
*/
"use strict";
"use strict";
throw NotEarlyError;
var obj = { set _11_1_5_1_fun(eval) {}};
var obj = { set _11_1_5_1_fun(eval) {}};

View File

@ -9,6 +9,6 @@
* @onlyStrict
* @negative ^((?!NotEarlyError).)*$
*/
"use strict";
"use strict";
throw NotEarlyError;
var obj = { _11_1_5_2_gs: 10, _11_1_5_2_gs: 10 };
var obj = { _11_1_5_2_gs: 10, _11_1_5_2_gs: 10 };

View File

@ -9,6 +9,6 @@
* @onlyStrict
* @negative ^((?!NotEarlyError).)*$
*/
"use strict";
"use strict";
throw NotEarlyError;
function arguments() { };
function arguments() { };