summaryrefslogtreecommitdiffstats
path: root/js/src/tests/non262/JSON/parse-octal-syntax-error.js
blob: f7b0a13a6fbe7649bf1538c3ab6690e82dd6beac (plain)
1
2
3
4
5
6
7
8
testJSON('{"Numbers cannot have leading zeroes": 013}', true);

/******************************************************************************/

if (typeof reportCompare === "function")
  reportCompare(true, true);

print("Tests complete");