diff options
Diffstat (limited to 'js/src/tests/ecma_5/JSON/parse-octal-syntax-error.js')
-rw-r--r-- | js/src/tests/ecma_5/JSON/parse-octal-syntax-error.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/js/src/tests/ecma_5/JSON/parse-octal-syntax-error.js b/js/src/tests/ecma_5/JSON/parse-octal-syntax-error.js new file mode 100644 index 000000000..f7b0a13a6 --- /dev/null +++ b/js/src/tests/ecma_5/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"); |