1
SyntaxError: test/script/basic/NASHORN-98.js#32<eval>:1:13 Expected comma but found decimal
2
var x = [ 23 34 ]
3
^
4
SyntaxError: test/script/basic/NASHORN-98.js#41<eval>:1:18 Expected comma but found ident
5
var x = { foo: 33 bar: 'hello' }
6