Skip to content
Snippets Groups Projects
  1. Aug 03, 2018
  2. Aug 02, 2018
  3. Jul 31, 2018
  4. Jul 30, 2018
  5. Jul 27, 2018
  6. Jul 26, 2018
  7. Jul 25, 2018
  8. Jul 24, 2018
  9. Jul 20, 2018
  10. Jul 14, 2018
  11. Jul 13, 2018
    • Rick Waldron's avatar
      Lint: make esid check allow "%" (#1638) · ae925f67
      Rick Waldron authored
      ae925f67
    • Mike Pennisi's avatar
      Refactor string literal test for parsers · ccaa9571
      Mike Pennisi authored
      Thsi test for the parsing of string literals was expressed using `eval`.
      This made the test more complex than necessary and also prevented the
      test from providing value to ECMAScript parsers.
      
      Remove the use of `eval` and instead express the expectation with
      literal source text.
      ccaa9571
    • Mike Pennisi's avatar
      Remove erroneous test · 4f1e6281
      Mike Pennisi authored
      This test is technically valid because it does trigger a SyntaxError in
      conforming runtimes. However, it was authored and documented to test
      LegacyOctalEscapeSequence, but due to an apparent typo, it actually
      demonstrates an unrelated parsing error.
      
      Because 'legacy-octal-escape-sequence-stricts.js' sufficiently tests the
      restriction on LegacyOctalEscapeSequence, remove this test rather than
      correct it.
      4f1e6281
    • Mike Pennisi's avatar
      Remove redundant test · 4e1a860a
      Mike Pennisi authored
      This test for string literals asserts the restriction on
      LegacyOctalEscapeSequence in strict mode. It is not sufficiently
      distinct from the test 'legacy-octal-escape-sequence-stricts.js' to
      warrant inclusion in the test suite. Because that test includes much
      more thorough documentation, it should be preferred.
      4e1a860a
Loading