mirror of https://github.com/tc39/test262.git
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:
parent
fbba29fb70
commit
5167f080fd
|
@ -9,6 +9,6 @@
|
|||
* @onlyStrict
|
||||
* @negative ^((?!NotEarlyError).)*$
|
||||
*/
|
||||
"use strict";
|
||||
"use strict";
|
||||
throw NotEarlyError;
|
||||
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) {}};
|
|
@ -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 };
|
|
@ -9,6 +9,6 @@
|
|||
* @onlyStrict
|
||||
* @negative ^((?!NotEarlyError).)*$
|
||||
*/
|
||||
"use strict";
|
||||
"use strict";
|
||||
throw NotEarlyError;
|
||||
function arguments() { };
|
Loading…
Reference in New Issue