diff options
Diffstat (limited to 'test/built-ins/decodeURI/S15.1.3.1_A1.11_T1.js')
-rw-r--r-- | test/built-ins/decodeURI/S15.1.3.1_A1.11_T1.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/decodeURI/S15.1.3.1_A1.11_T1.js b/test/built-ins/decodeURI/S15.1.3.1_A1.11_T1.js index 1aad74e68..33fa65d21 100644 --- a/test/built-ins/decodeURI/S15.1.3.1_A1.11_T1.js +++ b/test/built-ins/decodeURI/S15.1.3.1_A1.11_T1.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -info: > +info: | If B = 1110xxxx (n = 3) and (string.charAt(k + 4) and string.charAt(k + 5)) or (string.charAt(k + 7) and string.charAt(k + 8)) do not represent hexadecimal digits, throw URIError |