mirror of
https://github.com/tc39/test262.git
synced 2025-07-27 07:54:41 +02:00
Merge pull request #1203 from mroch/patch-2
Typo in test/language/statements/labeled/continue.js
This commit is contained in:
commit
1f5aa7a316
@ -12,7 +12,7 @@ info: |
|
|||||||
1. Let label be the StringValue of LabelIdentifier.
|
1. Let label be the StringValue of LabelIdentifier.
|
||||||
2. Let newLabelSet be a copy of labelSet with label appended.
|
2. Let newLabelSet be a copy of labelSet with label appended.
|
||||||
3. Return ContainsUndefinedContinueTarget of LabelledItem with arguments
|
3. Return ContainsUndefinedContinueTarget of LabelledItem with arguments
|
||||||
iterationSet and newLabelSet. negative: SyntaxError
|
iterationSet and newLabelSet.
|
||||||
negative:
|
negative:
|
||||||
phase: early
|
phase: early
|
||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
|
Loading…
x
Reference in New Issue
Block a user