Correct metadata reference in "contributing" docs

This commit is contained in:
Mike Pennisi 2017-12-10 14:24:16 -05:00
parent 8311965251
commit f3bb0de6b2
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ See the following directory trees for further recommended examples:
- [test/built-ins/WeakMap](./test/built-ins/WeakMap/)
- [test/language/arguments-object](./test/language/arguments-object/)
**Note** The project is currently transitioning from a naming system based on specification section numbers. There remains a substantial number of tests that conform to this outdated convention; contributors should ignore that approach when introducing new tests and instead encode this information using the [id](#id) frontmatter tag.
**Note** The project is currently transitioning from a naming system based on specification section numbers. There remains a substantial number of tests that conform to this outdated convention; contributors should ignore that approach when introducing new tests and instead encode this information using [the `esid` frontmatter tag](#esid).
## Test Case Style