Skip to content
Snippets Groups Projects
Commit 61214ef2 authored by deathbearbrown's avatar deathbearbrown Committed by Rick Waldron
Browse files

update contributing.md to make esid required for new feature tests

parent 5359b1e2
No related branches found
No related tags found
No related merge requests found
...@@ -51,7 +51,7 @@ Test262 supports the following tags: ...@@ -51,7 +51,7 @@ Test262 supports the following tags:
- [**negative**](#negative) - [**negative**](#negative)
- [**es5id**](#es5id) - [**es5id**](#es5id)
- [**es6id**](#es6id) - [**es6id**](#es6id)
- [**esid**](#esid) - [**esid**](#esid) (required)
- [**includes**](#includes) - [**includes**](#includes)
- [**timeout**](#timeout) - [**timeout**](#timeout)
- [**author**](#author) - [**author**](#author)
...@@ -61,7 +61,7 @@ Test262 supports the following tags: ...@@ -61,7 +61,7 @@ Test262 supports the following tags:
#### description #### description
**description**: [string] **description**: [string]
This is the only required frontmatter tag. It should be a short, one-line This one of two required frontmatter tags. It should be a short, one-line
description of the purpose of this testcase. This is the string displayed by description of the purpose of this testcase. This is the string displayed by
the browser runnner. the browser runnner.
...@@ -106,7 +106,7 @@ This tag identifies the section number from the portion of the ECMAScript 6 stan ...@@ -106,7 +106,7 @@ This tag identifies the section number from the portion of the ECMAScript 6 stan
#### esid #### esid
**esid**: [spec-id] **esid**: [spec-id]
This tag identifies the hash ID from the portion of the ECMAScript draft which is most recent to the date the test was added. It represents the anchors on the generated HTML version of the specs. E.g.: `esid: sec-typedarray-length`. This tag might be used to replace a `es6id` or further. This tag is required for all new feature tests. This tag identifies the hash ID from the portion of the ECMAScript draft which is most recent to the date the test was added. It represents the anchors on the generated HTML version of the specs. E.g.: `esid: sec-typedarray-length`. This tag might be used to replace a `es6id` or further.
When writing a new test for a Stage 3+ spec not yet published on the draft, the `pending` value can be used while a hash ID is not available. When writing a new test for a Stage 3+ spec not yet published on the draft, the `pending` value can be used while a hash ID is not available.
......
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