changeset 47217 | 72e3ae9a25eb |
parent 47216 | 71c04702a3d5 |
47216:71c04702a3d5 | 47217:72e3ae9a25eb |
---|---|
1 test/script/error/JDK-8098847.js:32:5 Expected ident but found prop |
1 test/nashorn/script/error/JDK-8098847.js:32:5 Expected ident but found prop |
2 obj."prop" = "hello"; |
2 obj."prop" = "hello"; |
3 ^ |
3 ^ |
4 test/script/error/JDK-8098847.js:33:5 Expected ident but found prop |
4 test/nashorn/script/error/JDK-8098847.js:33:5 Expected ident but found prop |
5 obj.'prop' = "hello"; |
5 obj.'prop' = "hello"; |
6 ^ |
6 ^ |