summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrevor Baker <trbaker@adobe.com>2013-05-07 15:31:41 -0400
committerTrevor Baker <trbaker@adobe.com>2013-05-07 15:31:41 -0400
commit5f083009cbd24eea330733ae7fcc870e31b5fa38 (patch)
tree9fdc7621c028e27e0e61a95b64c6ed5746cc925a
parent831ed71d277fe8bd6c5adcfe43935ec2fa62ac05 (diff)
downloadtest262-5f083009cbd24eea330733ae7fcc870e31b5fa38.tar.gz
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.
-rw-r--r--test/suite/ch07/7.8/7.8.4/7.8.4-1gs.js4
-rw-r--r--test/suite/ch11/11.1/11.1.5/11.1.5-1gs.js4
-rw-r--r--test/suite/ch11/11.1/11.1.5/11.1.5-2gs.js4
-rw-r--r--test/suite/ch13/13.1/13.1-13gs.js4
4 files changed, 8 insertions, 8 deletions
diff --git a/test/suite/ch07/7.8/7.8.4/7.8.4-1gs.js b/test/suite/ch07/7.8/7.8.4/7.8.4-1gs.js
index 39826ac65..4974d0b5f 100644
--- a/test/suite/ch07/7.8/7.8.4/7.8.4-1gs.js
+++ b/test/suite/ch07/7.8/7.8.4/7.8.4-1gs.js
@@ -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';
diff --git a/test/suite/ch11/11.1/11.1.5/11.1.5-1gs.js b/test/suite/ch11/11.1/11.1.5/11.1.5-1gs.js
index b4762d7a7..6d7766e3e 100644
--- a/test/suite/ch11/11.1/11.1.5/11.1.5-1gs.js
+++ b/test/suite/ch11/11.1/11.1.5/11.1.5-1gs.js
@@ -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) {}};
diff --git a/test/suite/ch11/11.1/11.1.5/11.1.5-2gs.js b/test/suite/ch11/11.1/11.1.5/11.1.5-2gs.js
index bdfbca477..f45f20b51 100644
--- a/test/suite/ch11/11.1/11.1.5/11.1.5-2gs.js
+++ b/test/suite/ch11/11.1/11.1.5/11.1.5-2gs.js
@@ -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 };
diff --git a/test/suite/ch13/13.1/13.1-13gs.js b/test/suite/ch13/13.1/13.1-13gs.js
index 962e8b59d..5287ab343 100644
--- a/test/suite/ch13/13.1/13.1-13gs.js
+++ b/test/suite/ch13/13.1/13.1-13gs.js
@@ -9,6 +9,6 @@
* @onlyStrict
* @negative ^((?!NotEarlyError).)*$
*/
-"use strict";
+"use strict";
throw NotEarlyError;
-function arguments() { }; \ No newline at end of file
+function arguments() { };