js/src/tests/ecma_5/JSON/parse-octal-syntax-error.js

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/js/src/tests/ecma_5/JSON/parse-octal-syntax-error.js	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,11 @@
     1.4 +// Ported from dom/src/json/test/unit/test_decode.js and
     1.5 +// dom/src/json/test/unit/fail13.json
     1.6 +
     1.7 +testJSON('{"Numbers cannot have leading zeroes": 013}', true);
     1.8 +
     1.9 +/******************************************************************************/
    1.10 +
    1.11 +if (typeof reportCompare === "function")
    1.12 +  reportCompare(true, true);
    1.13 +
    1.14 +print("Tests complete");

mercurial