Skip to content
Snippets Groups Projects
  1. Apr 01, 2019
    • Mike Pennisi's avatar
      Refactor `with` statement tests for parsers · 9b396d0b
      Mike Pennisi authored
      The tests for the parsing of the `with` statement 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.
      9b396d0b
    • Mike Pennisi's avatar
      Remove redundant tests · 25533814
      Mike Pennisi authored
      These tests are syntactically equivalent to
      `test/language/statements/with/12.10.1-7-s.js` and may therefore be
      removed without degrading coverage.
      
      While `test/language/statements/with/12.10.1-9-s.js` differs slightly in
      the pattern used to enable strict mode, the relevant behavior of the
      "use strict" directive prologue is expressly tested via
      `test/language/directive-prologue/func-expr-inside-func-decl-parse.js`.
      25533814
  2. Mar 26, 2019
  3. Mar 25, 2019
  4. Mar 21, 2019
  5. Mar 19, 2019
  6. Mar 17, 2019
  7. Mar 14, 2019
  8. Mar 13, 2019
  9. Mar 12, 2019
  10. Mar 11, 2019
  11. Mar 06, 2019
  12. Feb 28, 2019
  13. Feb 26, 2019
  14. Feb 25, 2019
  15. Feb 19, 2019
  16. Feb 14, 2019
Loading