diff options
Diffstat (limited to 'test/built-ins/decodeURIComponent/S15.1.3.2_A1.8_T2.js')
-rw-r--r-- | test/built-ins/decodeURIComponent/S15.1.3.2_A1.8_T2.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/decodeURIComponent/S15.1.3.2_A1.8_T2.js b/test/built-ins/decodeURIComponent/S15.1.3.2_A1.8_T2.js index 9600357f8..5cc7abb7e 100644 --- a/test/built-ins/decodeURIComponent/S15.1.3.2_A1.8_T2.js +++ b/test/built-ins/decodeURIComponent/S15.1.3.2_A1.8_T2.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 + 3), string.charAt(k + 6) not equal "%", throw URIError es5id: 15.1.3.2_A1.8_T2 |