Skip to content
Snippets Groups Projects
  1. Jun 21, 2016
  2. Jun 20, 2016
  3. Jun 15, 2016
  4. Jun 14, 2016
  5. Jun 13, 2016
  6. Jun 11, 2016
  7. Jun 10, 2016
  8. Jun 08, 2016
  9. Jun 07, 2016
  10. Jun 03, 2016
  11. Jun 01, 2016
  12. May 31, 2016
  13. May 30, 2016
  14. May 27, 2016
  15. May 25, 2016
    • Mike Pennisi's avatar
      Generate tests · 88879de7
      Mike Pennisi authored
      88879de7
    • Mike Pennisi's avatar
      Re-format destructuring assignment tests · c24a2065
      Mike Pennisi authored
      Utilize the test generation tool to increase coverage of destructuring
      assignment semantics. Previously, only destructuring assignment in the
      AssignmentExpression position was tested. With this change applied, the
      same tests will assert expected behavior for destructuring assignment in
      `for..of` statements, as well.
      
      A limited number of tests are applied to the `for..in` statement as
      well, but due to the iteration protocol observed by that statement, many
      destructuring tests are not relevant, and others cannot be automatically
      generated from this format.
      c24a2065
    • Leonardo Balter's avatar
      56b98888
Loading