jdk-24/nashorn/test/script/basic/JDK-8019508.js.EXPECTED
Athijegannathan Sundararajan f743fb3852 8019508: Comma handling in object literal parsing is wrong
Reviewed-by: hannesw
2013-07-01 23:36:40 +05:30

13 lines
376 B
Plaintext

test/script/basic/JDK-8019508.js#33<eval>:1:2 Expected property id but found ,
({,})
^
test/script/basic/JDK-8019508.js#33<eval>:1:2 Expected property id but found ,
({, a:2 })
^
test/script/basic/JDK-8019508.js#33<eval>:1:6 Expected property id but found ,
({a:3,,})
^
test/script/basic/JDK-8019508.js#33<eval>:1:6 Expected comma but found ident
({a:3 b:2}
^