- Jan 01, 2019
-
-
Mike Pennisi authored
The tests for the parsing of line terminators were expressed using eval. This made the tests more complex than necessary and also prevented the tests from providing value to ECMAScript parsers. Remove the use of eval and instead express the expectations with literal source text.
-
Mike Pennisi authored
The behavior asserted by the removed tests is covered by other files. - test/language/line-terminators/7.3-1.js duplicates test/language/line-terminators/S7.3_A1.3.js - test/language/line-terminators/7.3-2.js duplicates test/language/line-terminators/S7.3_A1.4.js - test/language/line-terminators/7.3-3.js duplicates test/language/line-terminators/S7.3_A3.3_T1.js - test/language/line-terminators/7.3-4.js duplicates test/language/line-terminators/S7.3_A3.4_T1.js - test/language/line-terminators/7.3-9.js duplicates test/language/line-terminators/S7.3_A6_T3.js - test/language/line-terminators/7.3-10.js duplicates test/language/line-terminators/S7.3_A6_T4.js - test/language/line-terminators/S7.3_A1.1_T1.js duplicates test/language/line-terminators/S7.3_A1.1_T2.js - test/language/line-terminators/S7.3_A1.2_T1.js duplicates test/language/line-terminators/S7.3_A1.2_T2.js - test/language/line-terminators/S7.3_A3.1_T2.js duplicates test/language/line-terminators/S7.3_A3.1_T3.js - test/language/line-terminators/S7.3_A3.2_T3.js duplicates test/language/line-terminators/S7.3_A3.2_T1.js - test/language/line-terminators/S7.3_A3.3_T2.js duplicates test/language/line-terminators/S7.3_A3.3_T1.js - test/language/line-terminators/S7.3_A3.4_T2.js duplicates test/language/line-terminators/S7.3_A3.4_T1.js - test/language/line-terminators/S7.3_A4_T1.js duplicates test/language/line-terminators/S7.3_A3.1_T1.js - test/language/line-terminators/S7.3_A5.1_T1.js duplicates test/language/line-terminators/S7.3_A5.1_T2.js - test/language/line-terminators/S7.3_A5.2_T1.js duplicates test/language/line-terminators/S7.3_A5.2_T2.js
-
Mike Pennisi authored
These files were authored to test the effect of the carriage return character, but that character was not present in the source text. Insert the character as intended by the authors.
-
- Dec 21, 2018
-
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-
- Dec 20, 2018
-
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-
Rick Waldron authored
-
- Dec 17, 2018
-
-
Peter Marshall authored
-
- Dec 15, 2018
-
-
Peter Marshall authored
-
- Dec 10, 2018
-
-
Kubilay Kahveci authored
-
- Dec 05, 2018
-
-
André Bargull authored
-
- Nov 28, 2018
-
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-
- Nov 26, 2018
-
-
Leo Balter authored
-
Leo Balter authored
-
- Nov 23, 2018
-
-
Jon Coppeard authored
-
- Nov 22, 2018
-
-
Jon Coppeard authored
-
- Nov 14, 2018
-
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-
- Nov 10, 2018
-
-
Adrian Heine authored
-
- Nov 08, 2018
-
-
Kevin Gibbons authored
-
- Nov 07, 2018
-
-
Leo Balter authored
-
Adrian Heine né Lang authored
-
Kevin Gibbons authored
-
Adrian Heine né Lang authored
-
Adrian Heine né Lang authored
-
Mike Pennisi authored
Four tests were documented as asserting the interpretation of line terminators within multi-line comments, but the source code did not actually demonstrate this condition. Introduce new tests that demonstrate the intended functionality and place them in the correct directory.
-
- Nov 06, 2018
-
-
Kevin Gibbons authored
-
Leo Balter authored
-
Katie Broida authored
-