mirror of https://github.com/tc39/test262.git
very WIP notes about autogenerate files
This commit is contained in:
parent
a5f7e2c2df
commit
b93f7a88cd
|
@ -298,14 +298,13 @@ Test cases and test templates specify meta-data using the same YAML frontmatter
|
||||||
- test cases (`*.case`)
|
- test cases (`*.case`)
|
||||||
- `template` - name of the sub-directory to locate templates for this test
|
- `template` - name of the sub-directory to locate templates for this test
|
||||||
- `description` (see above)
|
- `description` (see above)
|
||||||
|
// looks like this is actually "desc" !!! add how its made description with the appending of "name" in parens from the test template
|
||||||
- `info` (see above)
|
- `info` (see above)
|
||||||
- `features` (see above; merged with value defined by test template)
|
- `features` (see above; merged with value defined by test template)
|
||||||
- test templates (`*.template`)
|
- test templates (`*.template`)
|
||||||
- `path` - location within the published test hierarchy to output files created from this template
|
- `path` - location within the published test hierarchy to output files created from this template
|
||||||
- `name` - human-readable name of the syntactic form described by this template (used to generate the test file's `description` field)
|
- `name` - human-readable name of the syntactic form described by this template (used to generate the test file's `description` field)
|
||||||
- `esid` (see above)
|
- `esid` (see above)
|
||||||
- `es5id` (see above)
|
|
||||||
- `es6id` (see above)
|
|
||||||
- `info` (see above)
|
- `info` (see above)
|
||||||
- `features` (see above; merged with value defined by test case)
|
- `features` (see above; merged with value defined by test case)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue