Skip to content
Snippets Groups Projects
Commit 1f5aa7a3 authored by Daniel Ehrenberg's avatar Daniel Ehrenberg Committed by GitHub
Browse files

Merge pull request #1203 from mroch/patch-2

Typo in test/language/statements/labeled/continue.js
parents dcf6b7b7 3760b802
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ info: | ...@@ -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
......
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