author | erikj |
Tue, 12 Sep 2017 19:03:56 +0200 | |
changeset 47217 | 72e3ae9a25eb |
parent 47216 | 71c04702a3d5 |
permissions | -rw-r--r-- |
47217 | 1 |
test/nashorn/script/error/JDK-8098847.js:32:5 Expected ident but found prop |
31198
f807ce35a661
8098847: obj."prop" and obj.'prop' should result in SyntaxError
sundar
parents:
diff
changeset
|
2 |
obj."prop" = "hello"; |
f807ce35a661
8098847: obj."prop" and obj.'prop' should result in SyntaxError
sundar
parents:
diff
changeset
|
3 |
^ |
47217 | 4 |
test/nashorn/script/error/JDK-8098847.js:33:5 Expected ident but found prop |
31198
f807ce35a661
8098847: obj."prop" and obj.'prop' should result in SyntaxError
sundar
parents:
diff
changeset
|
5 |
obj.'prop' = "hello"; |
f807ce35a661
8098847: obj."prop" and obj.'prop' should result in SyntaxError
sundar
parents:
diff
changeset
|
6 |
^ |