Skip to content
Snippets Groups Projects
Commit d5190e96 authored by Mike Pennisi's avatar Mike Pennisi
Browse files

Specify `esid` tag in test templates

parent 43bce311
No related branches found
No related tags found
No related merge requests found
Showing
with 18 additions and 0 deletions
......@@ -3,6 +3,7 @@
/*---
path: language/expressions/arrow-function/dstr-
name: arrow function expression
esid: sec-arrow-function-definitions-runtime-semantics-evaluation
es6id: 14.2.16
info: |
ArrowFunction : ArrowParameters => ConciseBody
......
......@@ -3,6 +3,7 @@
/*---
path: language/statements/class/dstr-gen-meth-static-
name: static class expression generator method
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
es6id: 14.5.15
info: |
ClassDeclaration : class BindingIdentifier ClassTail
......
......@@ -3,6 +3,7 @@
/*---
path: language/statements/class/dstr-gen-meth-
name: class expression method
esid: sec-class-definitions-runtime-semantics-evaluation
es6id: 14.5.16
info: |
ClassDeclaration : class BindingIdentifier ClassTail
......
......@@ -3,6 +3,7 @@
/*---
path: language/statements/class/dstr-meth-static-
name: static class expression method
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
es6id: 14.5.15
info: |
ClassDeclaration : class BindingIdentifier ClassTail
......
......@@ -3,6 +3,7 @@
/*---
path: language/statements/class/dstr-meth-
name: class expression method
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
es6id: 14.5.15
info: |
ClassDeclaration : class BindingIdentifier ClassTail
......
......@@ -3,6 +3,7 @@
/*---
path: language/expressions/class/dstr-gen-meth-static-
name: static class expression generator method
esid: sec-class-definitions-runtime-semantics-evaluation
es6id: 14.5.16
info: |
ClassExpression : class BindingIdentifieropt ClassTail
......
......@@ -3,6 +3,7 @@
/*---
path: language/expressions/class/dstr-gen-meth-
name: class expression method
esid: sec-class-definitions-runtime-semantics-evaluation
es6id: 14.5.16
info: |
ClassExpression : class BindingIdentifieropt ClassTail
......
......@@ -3,6 +3,7 @@
/*---
path: language/expressions/class/dstr-meth-static-
name: static class expression method
esid: sec-class-definitions-runtime-semantics-evaluation
es6id: 14.5.16
info: |
ClassExpression : class BindingIdentifieropt ClassTail
......
......@@ -3,6 +3,7 @@
/*---
path: language/expressions/class/dstr-meth-
name: class expression method
esid: sec-class-definitions-runtime-semantics-evaluation
es6id: 14.5.16
info: |
ClassExpression : class BindingIdentifieropt ClassTail
......
......@@ -4,6 +4,7 @@
path: language/statements/const/dstr-
name: >
`const` statement
esid: sec-let-and-const-declarations-runtime-semantics-evaluation
es6id: 13.3.1.4
info: |
LexicalBinding : BindingPattern Initializer
......
......@@ -3,6 +3,7 @@
/*---
path: language/statements/function/dstr-
name: function declaration
esid: sec-function-definitions-runtime-semantics-instantiatefunctionobject
es6id: 14.1.19
info: |
FunctionDeclaration :
......
......@@ -3,6 +3,7 @@
/*---
path: language/expressions/function/dstr-
name: function expression
esid: sec-function-definitions-runtime-semantics-evaluation
es6id: 14.1.20
info: |
FunctionExpression : function ( FormalParameters ) { FunctionBody }
......
......@@ -3,6 +3,7 @@
/*---
path: language/statements/generators/dstr-
name: generator function declaration
esid: sec-generator-function-definitions-runtime-semantics-instantiatefunctionobject
es6id: 14.4.12
info: |
GeneratorDeclaration : function * ( FormalParameters ) { GeneratorBody }
......
......@@ -3,6 +3,7 @@
/*---
path: language/expressions/generators/dstr-
name: generator function expression
esid: sec-generator-function-definitions-runtime-semantics-evaluation
es6id: 14.4.14
info: |
GeneratorExpression : function * ( FormalParameters ) { GeneratorBody }
......
......@@ -3,6 +3,7 @@
/*---
path: language/expressions/object/dstr-gen-meth-
name: generator method
esid: sec-generator-function-definitions-runtime-semantics-propertydefinitionevaluation
es6id: 14.4.13
info: |
GeneratorMethod :
......
......@@ -4,6 +4,7 @@
path: language/statements/let/dstr-
name: >
`let` statement
esid: sec-let-and-const-declarations-runtime-semantics-evaluation
es6id: 13.3.1.4
info: |
LexicalBinding : BindingPattern Initializer
......
......@@ -3,6 +3,7 @@
/*---
path: language/expressions/object/dstr-meth-
name: method
esid: sec-runtime-semantics-definemethod
es6id: 14.3.8
info: |
MethodDefinition : PropertyName ( StrictFormalParameters ) { FunctionBody }
......
......@@ -4,6 +4,7 @@
path: language/statements/variable/dstr-
name: >
`var` statement
esid: sec-variable-statement-runtime-semantics-evaluation
es6id: 13.3.2.4
info: |
VariableDeclaration : BindingPattern Initializer
......
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