nashorn/test/script/basic/JDK-8019508.js.EXPECTED
author lana
Thu, 12 Feb 2015 16:36:53 -0800
changeset 28888 2815ad059e8d
parent 20929 f2bd18181940
permissions -rw-r--r--
Merge

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}
      ^