summaryrefslogtreecommitdiff
path: root/test/language/statements/do-while/S12.6.1_A1.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/language/statements/do-while/S12.6.1_A1.js')
-rw-r--r--test/language/statements/do-while/S12.6.1_A1.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/language/statements/do-while/S12.6.1_A1.js b/test/language/statements/do-while/S12.6.1_A1.js
index ca5703876..f81387b10 100644
--- a/test/language/statements/do-while/S12.6.1_A1.js
+++ b/test/language/statements/do-while/S12.6.1_A1.js
@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
-info: >
+info: |
When the production "do Statement while ( Expression )" is evaluated,
Statement is evaluated first
es5id: 12.6.1_A1