mirror of https://github.com/tc39/test262.git
Fix: esid sec-generator-function-definitions
This commit is contained in:
parent
3be781c92d
commit
670560f16b
|
@ -3,8 +3,7 @@
|
|||
|
||||
/*---
|
||||
author: Caitlin Potter <caitp@igalia.com>
|
||||
esid: 14.4
|
||||
description: >
|
||||
esid: sec-generator-function-definitionsdescription: >
|
||||
A newline may not precede the `*` token in a `yield` expression.
|
||||
negative:
|
||||
phase: parse
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
|
||||
/*---
|
||||
author: Caitlin Potter <caitp@igalia.com>
|
||||
esid: 14.4
|
||||
description: >
|
||||
esid: sec-generator-function-definitionsdescription: >
|
||||
AwaitExpressions are valid operands to yield expressions.
|
||||
flags: [async]
|
||||
features: [async-iteration]
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
|
||||
/*---
|
||||
author: Caitlin Potter <caitp@igalia.com>
|
||||
esid: 14.4
|
||||
description: >
|
||||
esid: sec-generator-function-definitionsdescription: >
|
||||
AwaitExpressions are valid operands to yield expressions.
|
||||
flags: [async]
|
||||
features: [async-iteration]
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
|
||||
/*---
|
||||
author: Caitlin Potter <caitp@igalia.com>
|
||||
esid: 14.4
|
||||
description: >
|
||||
esid: sec-generator-function-definitionsdescription: >
|
||||
AwaitExpressions are valid operands to yield expressions.
|
||||
flags: [async]
|
||||
features: [async-iteration]
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
|
||||
/*---
|
||||
author: Caitlin Potter <caitp@igalia.com>
|
||||
esid: 14.4
|
||||
description: >
|
||||
esid: sec-generator-function-definitionsdescription: >
|
||||
`yield` expressions may be used as the right-hand-side of other `yield`
|
||||
expressions.
|
||||
flags: [async]
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
|
||||
/*---
|
||||
author: Caitlin Potter <caitp@igalia.com>
|
||||
esid: 14.4
|
||||
description: >
|
||||
esid: sec-generator-function-definitionsdescription: >
|
||||
`yield` is a valid statement within async generator function bodies.
|
||||
flags: [async]
|
||||
features: [async-iteration]
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
|
||||
/*---
|
||||
author: Caitlin Potter <caitp@igalia.com>
|
||||
esid: 14.4
|
||||
description: >
|
||||
esid: sec-generator-function-definitionsdescription: >
|
||||
Newlines terminate `yield` expressions.
|
||||
flags: [async]
|
||||
features: [async-iteration]
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
|
||||
/*---
|
||||
author: Caitlin Potter <caitp@igalia.com>
|
||||
esid: 14.4
|
||||
description: >
|
||||
esid: sec-generator-function-definitionsdescription: >
|
||||
The right-hand side of a `yield *` expression may appear on a new line.
|
||||
flags: [async]
|
||||
features: [async-iteration]
|
||||
|
|
Loading…
Reference in New Issue