nashorn/test/script/basic/JDK-8025147.js.EXPECTED
author sundar
Tue, 28 Jul 2015 14:52:34 +0530
changeset 31925 85c87bc2f1f3
parent 20218 5818e1531c40
permissions -rw-r--r--
8132092: Nashorn copyright has to be updated Reviewed-by: jlaskey, hannesw, mhaupt

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, ]
        ^