nashorn/test/script/basic/JDK-8025147.js.EXPECTED
author mhaupt
Wed, 07 Oct 2015 15:02:15 +0200
changeset 32940 948664bf9708
parent 20218 5818e1531c40
permissions -rw-r--r--
8139047: add test for JSAdapter __getIds__ Reviewed-by: hannesw, 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, ]
        ^