nashorn/test/script/basic/JDK-8025147.js.EXPECTED
author attila
Wed, 04 Jun 2014 20:43:37 +0200
changeset 24782 82c9c92e3733
parent 20218 5818e1531c40
permissions -rw-r--r--
8038413: NPE in unboxInteger Reviewed-by: jlaskey, sundar

SyntaxError: Invalid JSON: <json>:1:12 Trailing comma is not allowed in JSON
{ "a": 333, }
            ^
SyntaxError: Invalid JSON: <json>:1:8 Trailing comma is not allowed in JSON
[ 4343, ]
        ^