summaryrefslogtreecommitdiff
path: root/test/built-ins/encodeURIComponent/S15.1.3.4_A1.2_T2.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/encodeURIComponent/S15.1.3.4_A1.2_T2.js')
-rw-r--r--test/built-ins/encodeURIComponent/S15.1.3.4_A1.2_T2.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/encodeURIComponent/S15.1.3.4_A1.2_T2.js b/test/built-ins/encodeURIComponent/S15.1.3.4_A1.2_T2.js
index 219630a86..ac2b460e3 100644
--- a/test/built-ins/encodeURIComponent/S15.1.3.4_A1.2_T2.js
+++ b/test/built-ins/encodeURIComponent/S15.1.3.4_A1.2_T2.js
@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
-info: >
+info: |
If string.charAt(k) in [0xD800 - 0xDBFF] and string.length = k + 1, throw
URIError
es5id: 15.1.3.4_A1.2_T2