Skip to content
Snippets Groups Projects
Commit 5167f080 authored by Trevor Baker's avatar Trevor Baker
Browse files

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.
parent fbba29fb
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,6 @@
* @onlyStrict
* @negative ^((?!NotEarlyError).)*$
*/
"use strict";
"use strict";
throw NotEarlyError;
var _7_8_4_2 = '100abc\0110def';
\ No newline at end of file
var _7_8_4_2 = '100abc\0110def';
......@@ -9,6 +9,6 @@
* @onlyStrict
* @negative ^((?!NotEarlyError).)*$
*/
"use strict";
"use strict";
throw NotEarlyError;
var obj = { set _11_1_5_1_fun(eval) {}};
\ No newline at end of file
var obj = { set _11_1_5_1_fun(eval) {}};
......@@ -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 };
\ No newline at end of file
var obj = { _11_1_5_2_gs: 10, _11_1_5_2_gs: 10 };
......@@ -9,6 +9,6 @@
* @onlyStrict
* @negative ^((?!NotEarlyError).)*$
*/
"use strict";
"use strict";
throw NotEarlyError;
function arguments() { };
\ No newline at end of file
function arguments() { };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment