diff options
Diffstat (limited to 'test/built-ins/String/S15.5.1.1_A1_T19.js')
-rw-r--r-- | test/built-ins/String/S15.5.1.1_A1_T19.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/String/S15.5.1.1_A1_T19.js b/test/built-ins/String/S15.5.1.1_A1_T19.js index 6bd802b4a..4fee548c6 100644 --- a/test/built-ins/String/S15.5.1.1_A1_T19.js +++ b/test/built-ins/String/S15.5.1.1_A1_T19.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -info: > +info: | When String is called as a function rather than as a constructor, it performs a type conversion es5id: 15.5.1.1_A1_T19 |