summaryrefslogtreecommitdiffstats
path: root/js/src/tests/non262/JSON/parse-octal-syntax-error.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/tests/non262/JSON/parse-octal-syntax-error.js')
-rw-r--r--js/src/tests/non262/JSON/parse-octal-syntax-error.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/js/src/tests/non262/JSON/parse-octal-syntax-error.js b/js/src/tests/non262/JSON/parse-octal-syntax-error.js
new file mode 100644
index 0000000000..f7b0a13a6f
--- /dev/null
+++ b/js/src/tests/non262/JSON/parse-octal-syntax-error.js
@@ -0,0 +1,8 @@
+testJSON('{"Numbers cannot have leading zeroes": 013}', true);
+
+/******************************************************************************/
+
+if (typeof reportCompare === "function")
+ reportCompare(true, true);
+
+print("Tests complete");