aboutsummaryrefslogtreecommitdiffstats
path: root/test/built-ins/JSON/parse/15.12.1.1-0-4.js
diff options
context:
space:
mode:
authorRick Waldron <waldron.rick@gmail.com>2018-02-15 15:25:45 -0500
committerLeo Balter <leonardo.balter@gmail.com>2018-02-15 15:25:45 -0500
commit7c66f39f41df3656daec10bcd3c8a03b61d4d7a6 (patch)
treedf76ec7c574970cb4930664f7973c25c2a2af0b6 /test/built-ins/JSON/parse/15.12.1.1-0-4.js
parentff4f13099c20d4139a8c3a12a8551e5398e79904 (diff)
built-ins/JSON/*: make all indentation consistent (depth & character) (#1440)
Diffstat (limited to 'test/built-ins/JSON/parse/15.12.1.1-0-4.js')
-rw-r--r--test/built-ins/JSON/parse/15.12.1.1-0-4.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/JSON/parse/15.12.1.1-0-4.js b/test/built-ins/JSON/parse/15.12.1.1-0-4.js
index 34b31816c..879335aa1 100644
--- a/test/built-ins/JSON/parse/15.12.1.1-0-4.js
+++ b/test/built-ins/JSON/parse/15.12.1.1-0-4.js
@@ -9,5 +9,5 @@ description: >
---*/
assert.throws(SyntaxError, function() {
- JSON.parse('\u00a01234'); // should produce a syntax error
+ JSON.parse('\u00a01234'); // should produce a syntax error
});