summaryrefslogtreecommitdiff
path: root/test/language/statements/switch/cptn-b-fall-thru-nrml.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/language/statements/switch/cptn-b-fall-thru-nrml.js')
-rw-r--r--test/language/statements/switch/cptn-b-fall-thru-nrml.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/language/statements/switch/cptn-b-fall-thru-nrml.js b/test/language/statements/switch/cptn-b-fall-thru-nrml.js
index 7a32793ba..cf6997758 100644
--- a/test/language/statements/switch/cptn-b-fall-thru-nrml.js
+++ b/test/language/statements/switch/cptn-b-fall-thru-nrml.js
@@ -5,7 +5,7 @@ es6id: 13.12.11
description: >
Completion value when execution continues through multiple cases and ends
with a normal completion
-info: >
+info: |
SwitchStatement : switch ( Expression ) CaseBlock
[...]