Typo in test/language/statements/labeled/continue.js

This commit is contained in:
Marshall Roch 2017-08-29 22:46:11 -07:00 committed by GitHub
parent dcf6b7b743
commit 3760b802ca
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ info: |
1. Let label be the StringValue of LabelIdentifier.
2. Let newLabelSet be a copy of labelSet with label appended.
3. Return ContainsUndefinedContinueTarget of LabelledItem with arguments
iterationSet and newLabelSet. negative: SyntaxError
iterationSet and newLabelSet.
negative:
phase: early
type: SyntaxError