mirror of
https://github.com/tc39/test262.git
synced 2025-07-27 07:54:41 +02:00
Fix features flags
This commit is contained in:
parent
2b0a8cc1c4
commit
26b0437c4f
@ -13,7 +13,7 @@ info: |
|
|||||||
negative:
|
negative:
|
||||||
phase: early
|
phase: early
|
||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
flags: [async-functions]
|
features: [async-functions]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
{ async function f() {} /*{ body }*/ }
|
{ async function f() {} /*{ body }*/ }
|
||||||
|
@ -13,7 +13,7 @@ info: |
|
|||||||
negative:
|
negative:
|
||||||
phase: early
|
phase: early
|
||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
flags: [async-iteration]
|
features: [async-iteration]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
{ async function* f() {} /*{ body }*/ }
|
{ async function* f() {} /*{ body }*/ }
|
||||||
|
@ -13,7 +13,7 @@ info: |
|
|||||||
negative:
|
negative:
|
||||||
phase: early
|
phase: early
|
||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
flags: [async-functions]
|
features: [async-functions]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
switch (0) { case 1: async function f() {} default: /*{ body }*/ }
|
switch (0) { case 1: async function f() {} default: /*{ body }*/ }
|
||||||
|
@ -13,7 +13,7 @@ info: |
|
|||||||
negative:
|
negative:
|
||||||
phase: early
|
phase: early
|
||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
flags: [async-iteration]
|
features: [async-iteration]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
switch (0) { case 1: async function* f() {} default: /*{ body }*/ }
|
switch (0) { case 1: async function* f() {} default: /*{ body }*/ }
|
||||||
|
@ -13,7 +13,7 @@ info: |
|
|||||||
negative:
|
negative:
|
||||||
phase: early
|
phase: early
|
||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
flags: [async-functions]
|
features: [async-functions]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
{ async function f() {} /*{ body }*/ }
|
{ async function f() {} /*{ body }*/ }
|
||||||
|
@ -13,7 +13,7 @@ info: |
|
|||||||
negative:
|
negative:
|
||||||
phase: early
|
phase: early
|
||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
flags: [async-iteration]
|
features: [async-iteration]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
{ async function* f() {} /*{ body }*/ }
|
{ async function* f() {} /*{ body }*/ }
|
||||||
|
@ -13,7 +13,7 @@ info: |
|
|||||||
negative:
|
negative:
|
||||||
phase: early
|
phase: early
|
||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
flags: [async-functions]
|
features: [async-functions]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
switch (0) { case 1: async function f() {} default: /*{ body }*/ }
|
switch (0) { case 1: async function f() {} default: /*{ body }*/ }
|
||||||
|
@ -13,7 +13,7 @@ info: |
|
|||||||
negative:
|
negative:
|
||||||
phase: early
|
phase: early
|
||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
flags: [async-iteration]
|
features: [async-iteration]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
switch (0) { case 1: async function* f() {} default: /*{ body }*/ }
|
switch (0) { case 1: async function* f() {} default: /*{ body }*/ }
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
desc: >
|
desc: >
|
||||||
redeclaration with AsyncFunctionDeclaration
|
redeclaration with AsyncFunctionDeclaration
|
||||||
template: redeclare
|
template: redeclare
|
||||||
flags: [async-functions]
|
features: [async-functions]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
//- body
|
//- body
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
desc: >
|
desc: >
|
||||||
redeclaration with AsyncGeneratorDeclaration
|
redeclaration with AsyncGeneratorDeclaration
|
||||||
template: redeclare
|
template: redeclare
|
||||||
flags: [async-iteration]
|
features: [async-iteration]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
//- body
|
//- body
|
||||||
|
@ -13,7 +13,7 @@ info: |
|
|||||||
negative:
|
negative:
|
||||||
phase: early
|
phase: early
|
||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
flags: [async-functions]
|
features: [async-functions]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
{ async function f() {} /*{ body }*/ }
|
{ async function f() {} /*{ body }*/ }
|
||||||
|
@ -13,7 +13,7 @@ info: |
|
|||||||
negative:
|
negative:
|
||||||
phase: early
|
phase: early
|
||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
flags: [async-iteration]
|
features: [async-iteration]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
{ async function* f() {} /*{ body }*/ }
|
{ async function* f() {} /*{ body }*/ }
|
||||||
|
@ -13,7 +13,7 @@ info: |
|
|||||||
negative:
|
negative:
|
||||||
phase: early
|
phase: early
|
||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
flags: [async-functions]
|
features: [async-functions]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
switch (0) { case 1: async function f() {} default: /*{ body }*/ }
|
switch (0) { case 1: async function f() {} default: /*{ body }*/ }
|
||||||
|
@ -13,7 +13,7 @@ info: |
|
|||||||
negative:
|
negative:
|
||||||
phase: early
|
phase: early
|
||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
flags: [async-iteration]
|
features: [async-iteration]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
switch (0) { case 1: async function* f() {} default: /*{ body }*/ }
|
switch (0) { case 1: async function* f() {} default: /*{ body }*/ }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user