test/script/error/JDK-8098847.js.EXPECTED

Wed, 17 Jun 2015 14:21:20 +0530

author
sundar
date
Wed, 17 Jun 2015 14:21:20 +0530
changeset 1413
fb91ff186894
permissions
-rw-r--r--

8098847: obj."prop" and obj.'prop' should result in SyntaxError
Reviewed-by: hannesw, attila

     1 test/script/error/JDK-8098847.js:32:5 Expected ident but found prop
     2 obj."prop" = "hello";
     3      ^
     4 test/script/error/JDK-8098847.js:33:5 Expected ident but found prop
     5 obj.'prop' = "hello";
     6      ^

mercurial