jdk-24/test/nashorn/script/basic/JDK-8025147.js.EXPECTED
2017-09-12 19:03:39 +02:00

7 lines
201 B
Plaintext

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