Skip to content
Snippets Groups Projects
  1. Feb 15, 2018
  2. Feb 14, 2018
  3. Feb 13, 2018
  4. Feb 12, 2018
  5. Feb 09, 2018
  6. Feb 08, 2018
  7. Feb 05, 2018
  8. Feb 04, 2018
    • Mike Pennisi's avatar
      Refactor function literal tests for parsers · 1d96e257
      Mike Pennisi authored
      A number of tests for the parsing of function literals 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` in the relevant tests and instead express the
      expectations with literal source text.
      1d96e257
Loading