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

13 lines
252 B
Plaintext

SyntaxError:33:Expected property id but found ,
({,})
^
SyntaxError:33:Expected property id but found ,
({, a:2 })
^
SyntaxError:33:Expected property id but found ,
({a:3,,})
^
SyntaxError:33:Expected comma but found ident
({a:3 b:2}
^