Skip to content
Snippets Groups Projects
  1. Jan 28, 2019
  2. Jan 25, 2019
  3. Jan 24, 2019
  4. Jan 23, 2019
  5. Jan 18, 2019
  6. Jan 17, 2019
  7. Jan 12, 2019
  8. Jan 11, 2019
  9. Jan 08, 2019
  10. Jan 07, 2019
  11. Jan 01, 2019
    • Mike Pennisi's avatar
      Improve coverage for line terminators · 3468dad2
      Mike Pennisi authored
      Previous commits restructured the tests for line terminators and made
      coverage gaps more apparent. Introduce new files to improve coverage.
      3468dad2
    • Mike Pennisi's avatar
      Improve name of line terminator tests · 8175f6c0
      Mike Pennisi authored
      8175f6c0
    • Mike Pennisi's avatar
      Refactor LT tests for parsers: token delimiters · 6b49b770
      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. Rename the files to make each test's purpose more clear.
      6b49b770
    • Mike Pennisi's avatar
      Refactor LT tests for parsers: multi-line comment · e515abfa
      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. Rename the files to make each test's purpose more clear.
      e515abfa
    • Mike Pennisi's avatar
      Refactor LT tests for parsers: single-line comment · 0ec9dbe3
      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. Rename the files to make each test's purpose more clear.
      0ec9dbe3
    • Mike Pennisi's avatar
      Refactor LT tests for parsers: string · f9ffa71c
      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.
      f9ffa71c
    • Mike Pennisi's avatar
      Refactor LT tests for parsers: RegExp · 10fb2304
      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.
      10fb2304
    • Mike Pennisi's avatar
      Remove duplicative tests · 9f1d25c9
      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
      9f1d25c9
    • Mike Pennisi's avatar
      Correct tests · 23594b81
      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.
      23594b81
  12. Dec 21, 2018
Loading