Skip to content

Commit

Permalink
Meta: Link to engine262 instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
gibson042 authored and ptomato committed Aug 9, 2022
1 parent 6a99a28 commit 29c36b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ Interchange Syntax](https://ecma-international.org/publications/standards/Ecma-4

Any test that restricts potentially valid extensions to the ECMAScript Language will not be accepted. Implementations are allowed to extend the language in any way that does not contradict the normative grammar specification, nor violate the specification's [Forbidden Extensions](https://tc39.es/ecma262/#sec-forbidden-extensions) section, which clearly lists the only exceptions to this rule.

## Verifying Tests

Existing implementations will usually fail new tests for a TC39 proposal or pull request because they have not yet made the changes necessary to support it, which can make verifying correctness of the tests difficult.
Authors may find it convenient to evaluate their tests using engine262, which is designed to be easily modified and [run against test262](https://github.com/engine262/engine262#testing-engine262).

## Test Case Names

Expand Down

0 comments on commit 29c36b0

Please sign in to comment.