Official ECMAScript Conformance Test Suite
Go to file
Mike Pennisi 19762b927a Add tests for iterator expression in ForIn/Of head
Although the `for..in` statement allows Expressions to define the
iterator, only an AssignmentExpression may occupy this position in the
`for..of` statement.
2016-01-19 12:27:33 -05:00
docs
harness Add missing tests for "length" and "name" properties of %TypedArray% built-in functions 2016-01-15 18:12:42 +01:00
test Add tests for iterator expression in ForIn/Of head 2016-01-19 12:27:33 -05:00
tools Remove links to hg.ecmascript.org (non-license content) 2015-07-17 17:43:27 +02:00
website Remove links to hg.ecmascript.org (non-license content) 2015-07-17 17:43:27 +02:00
.gitattributes
.gitignore
.hgignore
.jshintrc
CONSOLE-RUNNER.md
CONTRIBUTING.md Implement `raw` flag 2015-07-07 13:18:55 -04:00
LICENSE
README.md
excludelist.xml

README.md

Test262 is the official ECMAScript (ECMA-262) conformance suite.

Contributing to Test262

See CONTRIBUTING.md

  1. Sign the Test262 CLA.
  2. Send a pull request. Please make sure you have one commit per pull request. If you have multiple commits, squash them before sending the pull request.