test/script/basic/JDK-8019508.js.EXPECTED

changeset 606
7cc5ff16380f
parent 391
9165138b427c
child 952
6d5471a497fb
     1.1 --- a/test/script/basic/JDK-8019508.js.EXPECTED	Wed Oct 09 17:53:22 2013 +0200
     1.2 +++ b/test/script/basic/JDK-8019508.js.EXPECTED	Thu Oct 10 11:48:56 2013 +0200
     1.3 @@ -1,12 +1,12 @@
     1.4 -test/script/basic/JDK-8019508.js#33<eval>:1:2 Expected property id but found ,
     1.5 +SyntaxError:33:Expected property id but found ,
     1.6  ({,})
     1.7    ^
     1.8 -test/script/basic/JDK-8019508.js#33<eval>:1:2 Expected property id but found ,
     1.9 +SyntaxError:33:Expected property id but found ,
    1.10  ({, a:2 })
    1.11    ^
    1.12 -test/script/basic/JDK-8019508.js#33<eval>:1:6 Expected property id but found ,
    1.13 +SyntaxError:33:Expected property id but found ,
    1.14  ({a:3,,})
    1.15        ^
    1.16 -test/script/basic/JDK-8019508.js#33<eval>:1:6 Expected comma but found ident
    1.17 +SyntaxError:33:Expected comma but found ident
    1.18  ({a:3 b:2}
    1.19        ^

mercurial