summaryrefslogtreecommitdiff
path: root/test/built-ins/JSON/parse/15.12.1.1-0-1.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/JSON/parse/15.12.1.1-0-1.js')
-rw-r--r--test/built-ins/JSON/parse/15.12.1.1-0-1.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/JSON/parse/15.12.1.1-0-1.js b/test/built-ins/JSON/parse/15.12.1.1-0-1.js
index 6134ce18f..d1bb9eecd 100644
--- a/test/built-ins/JSON/parse/15.12.1.1-0-1.js
+++ b/test/built-ins/JSON/parse/15.12.1.1-0-1.js
@@ -7,5 +7,5 @@ description: The JSON lexical grammar treats whitespace as a token seperator
---*/
assert.throws(SyntaxError, function() {
- JSON.parse('12\t\r\n 34'); // should produce a syntax error as whitespace results in two tokens
+ JSON.parse('12\t\r\n 34'); // should produce a syntax error as whitespace results in two tokens
});