mirror of
https://github.com/tc39/test262.git
synced 2025-07-23 05:55:36 +02:00
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>
|
author: Caitlin Potter <caitp@igalia.com>
|
||||||
esid: 14.4
|
esid: sec-generator-function-definitionsdescription: >
|
||||||
description: >
|
|
||||||
A newline may not precede the `*` token in a `yield` expression.
|
A newline may not precede the `*` token in a `yield` expression.
|
||||||
negative:
|
negative:
|
||||||
phase: parse
|
phase: parse
|
||||||
|
@ -3,8 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
author: Caitlin Potter <caitp@igalia.com>
|
author: Caitlin Potter <caitp@igalia.com>
|
||||||
esid: 14.4
|
esid: sec-generator-function-definitionsdescription: >
|
||||||
description: >
|
|
||||||
AwaitExpressions are valid operands to yield expressions.
|
AwaitExpressions are valid operands to yield expressions.
|
||||||
flags: [async]
|
flags: [async]
|
||||||
features: [async-iteration]
|
features: [async-iteration]
|
||||||
|
@ -3,8 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
author: Caitlin Potter <caitp@igalia.com>
|
author: Caitlin Potter <caitp@igalia.com>
|
||||||
esid: 14.4
|
esid: sec-generator-function-definitionsdescription: >
|
||||||
description: >
|
|
||||||
AwaitExpressions are valid operands to yield expressions.
|
AwaitExpressions are valid operands to yield expressions.
|
||||||
flags: [async]
|
flags: [async]
|
||||||
features: [async-iteration]
|
features: [async-iteration]
|
||||||
|
@ -3,8 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
author: Caitlin Potter <caitp@igalia.com>
|
author: Caitlin Potter <caitp@igalia.com>
|
||||||
esid: 14.4
|
esid: sec-generator-function-definitionsdescription: >
|
||||||
description: >
|
|
||||||
AwaitExpressions are valid operands to yield expressions.
|
AwaitExpressions are valid operands to yield expressions.
|
||||||
flags: [async]
|
flags: [async]
|
||||||
features: [async-iteration]
|
features: [async-iteration]
|
||||||
|
@ -3,8 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
author: Caitlin Potter <caitp@igalia.com>
|
author: Caitlin Potter <caitp@igalia.com>
|
||||||
esid: 14.4
|
esid: sec-generator-function-definitionsdescription: >
|
||||||
description: >
|
|
||||||
`yield` expressions may be used as the right-hand-side of other `yield`
|
`yield` expressions may be used as the right-hand-side of other `yield`
|
||||||
expressions.
|
expressions.
|
||||||
flags: [async]
|
flags: [async]
|
||||||
|
@ -3,8 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
author: Caitlin Potter <caitp@igalia.com>
|
author: Caitlin Potter <caitp@igalia.com>
|
||||||
esid: 14.4
|
esid: sec-generator-function-definitionsdescription: >
|
||||||
description: >
|
|
||||||
`yield` is a valid statement within async generator function bodies.
|
`yield` is a valid statement within async generator function bodies.
|
||||||
flags: [async]
|
flags: [async]
|
||||||
features: [async-iteration]
|
features: [async-iteration]
|
||||||
|
@ -3,8 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
author: Caitlin Potter <caitp@igalia.com>
|
author: Caitlin Potter <caitp@igalia.com>
|
||||||
esid: 14.4
|
esid: sec-generator-function-definitionsdescription: >
|
||||||
description: >
|
|
||||||
Newlines terminate `yield` expressions.
|
Newlines terminate `yield` expressions.
|
||||||
flags: [async]
|
flags: [async]
|
||||||
features: [async-iteration]
|
features: [async-iteration]
|
||||||
|
@ -3,8 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
author: Caitlin Potter <caitp@igalia.com>
|
author: Caitlin Potter <caitp@igalia.com>
|
||||||
esid: 14.4
|
esid: sec-generator-function-definitionsdescription: >
|
||||||
description: >
|
|
||||||
The right-hand side of a `yield *` expression may appear on a new line.
|
The right-hand side of a `yield *` expression may appear on a new line.
|
||||||
flags: [async]
|
flags: [async]
|
||||||
features: [async-iteration]
|
features: [async-iteration]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user