summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLeonardo Balter <leonardo.balter@gmail.com>2016-02-22 09:47:03 -0500
committerLeonardo Balter <leonardo.balter@gmail.com>2016-02-22 09:47:42 -0500
commitbf782c8421b95f4c878f4e73a2ea40c6d3457168 (patch)
tree118c260e4d36a47e77b2aba2b95165f4274ced15 /CONTRIBUTING.md
parentbd33b2b8e5de6b34787deefdca0d839636da9fcd (diff)
downloadqtdeclarative-testsuites-bf782c8421b95f4c878f4e73a2ea40c6d3457168.tar.gz
s/id/esid
Fixes #477
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index da3971ea5..9788b5830 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -45,7 +45,7 @@ Test262 supports the following tags:
- [**negative**](#negative)
- [**es5id**](#es5id)
- [**es6id**](#es6id)
- - [**id**](#id)
+ - [**esid**](#esid)
- [**includes**](#includes)
- [**timeout**](#timeout)
- [**author**](#author)
@@ -90,10 +90,10 @@ When writing a new test for ES6, it is only necessary to include this tag when t
This tag identifies the section number from the portion of the ECMAScript 6 standard that is tested by this test.
-#### id
-**id**: [spec-id]
+#### esid
+**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.: `id: sec-typedarray-length`. This tag might be used to replace a `es6id` or further.
+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.