summaryrefslogtreecommitdiff
path: root/test/built-ins/decodeURI/S15.1.3.1_A1.13_T1.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/decodeURI/S15.1.3.1_A1.13_T1.js')
-rw-r--r--test/built-ins/decodeURI/S15.1.3.1_A1.13_T1.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/decodeURI/S15.1.3.1_A1.13_T1.js b/test/built-ins/decodeURI/S15.1.3.1_A1.13_T1.js
index 0d980a487..51a4686f5 100644
--- a/test/built-ins/decodeURI/S15.1.3.1_A1.13_T1.js
+++ b/test/built-ins/decodeURI/S15.1.3.1_A1.13_T1.js
@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
-info: >
+info: |
If B = 110xxxxx (n = 2) and C != 10xxxxxx (C - first of octets after B),
throw URIError
es5id: 15.1.3.1_A1.13_T1