nashorn/test/script/basic/NASHORN-98.js.EXPECTED
author mhaupt
Wed, 07 Oct 2015 15:02:15 +0200 (2015-10-07)
changeset 32940 948664bf9708
parent 20929 f2bd18181940
permissions -rw-r--r--
8139047: add test for JSAdapter __getIds__ Reviewed-by: hannesw, sundar
SyntaxError:32:Expected comma but found decimal
var x = [ 23 34 ]
             ^
SyntaxError:41:Expected comma but found ident
var x = { foo: 33 bar: 'hello' }
                  ^