Skip to content
Snippets Groups Projects
Commit 65f679e3 authored by Mathias Bynens's avatar Mathias Bynens Committed by Rick Waldron
Browse files

Update CONTRIBUTING.md per @bakkot’s feedback

parent 22ecf21b
No related branches found
No related tags found
No related merge requests found
...@@ -209,7 +209,7 @@ function Test262Error(message) { ...@@ -209,7 +209,7 @@ function Test262Error(message) {
## Handling Errors and Negative Test Cases ## Handling Errors and Negative Test Cases
Expectations for **parsing errors** should be declared using [the `negative` frontmatter flag](#negative). They must also include the exact `throw` statement specified in this example (in order to guarantee that implementations do not execute the code): Expectations for **parsing errors** should be declared using [the `negative` frontmatter flag](#negative). They must also include `$DONOTEVALUATE();` (in order to guarantee that implementations do not execute the code):
```javascript ```javascript
/*--- /*---
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment