test/script/basic/NASHORN-623.js.EXPECTED

Print this page


   1 SyntaxError: Invalid JSON: <json>:1:12 Expected number but found ident
   2 { "test" : -xxx }
   3             ^
   1 SyntaxError: Invalid JSON: <json>:1:11 Invalid JSON number format
   2 { "test" : -xxx }
   3            ^