add note to list that esid is required for new tests only

This commit is contained in:
deathbearbrown 2017-06-28 09:45:25 -07:00 committed by Rick Waldron
parent 61214ef2e0
commit 6236cd2868
1 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ Test262 supports the following tags:
- [**negative**](#negative)
- [**es5id**](#es5id)
- [**es6id**](#es6id)
- [**esid**](#esid) (required)
- [**esid**](#esid) (required for new tests)
- [**includes**](#includes)
- [**timeout**](#timeout)
- [**author**](#author)
@ -61,7 +61,7 @@ Test262 supports the following tags:
#### description
**description**: [string]
This one of two required frontmatter tags. It should be a short, one-line
This is 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
the browser runnner.