diff options
Diffstat (limited to 'test/built-ins/JSON/parse/name.js')
-rw-r--r-- | test/built-ins/JSON/parse/name.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/JSON/parse/name.js b/test/built-ins/JSON/parse/name.js index 860527209..9ce452ef3 100644 --- a/test/built-ins/JSON/parse/name.js +++ b/test/built-ins/JSON/parse/name.js @@ -5,7 +5,7 @@ es6id: 24.3.1 description: > JSON.parse.name is "parse". -info: > +info: | JSON.parse ( text [ , reviver ] ) 17 ECMAScript Standard Built-in Objects: |