michael@0: // Ported from dom/src/json/test/unit/test_decode.js and michael@0: // dom/src/json/test/unit/fail13.json michael@0: michael@0: testJSON('{"Numbers cannot have leading zeroes": 013}', true); michael@0: michael@0: /******************************************************************************/ michael@0: michael@0: if (typeof reportCompare === "function") michael@0: reportCompare(true, true); michael@0: michael@0: print("Tests complete");