diff options
Diffstat (limited to 'test/built-ins/encodeURIComponent/S15.1.3.4_A5.2.js')
-rw-r--r-- | test/built-ins/encodeURIComponent/S15.1.3.4_A5.2.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/encodeURIComponent/S15.1.3.4_A5.2.js b/test/built-ins/encodeURIComponent/S15.1.3.4_A5.2.js index b976736b5..49b056025 100644 --- a/test/built-ins/encodeURIComponent/S15.1.3.4_A5.2.js +++ b/test/built-ins/encodeURIComponent/S15.1.3.4_A5.2.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -info: > +info: | The length property of encodeURIComponent does not have the attribute DontDelete es5id: 15.1.3.4_A5.2 |