nashorn/test/script/error/JDK-8098847.js.EXPECTED
author chegar
Wed, 10 Feb 2016 22:58:27 +0000
changeset 35743 80ba74046cf1
parent 31198 f807ce35a661
permissions -rw-r--r--
8148861: Update jaxws to use the new non-inheriting thread-local Thread constructor Reviewed-by: mkos, mchung
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
31198
f807ce35a661 8098847: obj."prop" and obj.'prop' should result in SyntaxError
sundar
parents:
diff changeset
     1
test/script/error/JDK-8098847.js:32:5 Expected ident but found prop
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
     ^
f807ce35a661 8098847: obj."prop" and obj.'prop' should result in SyntaxError
sundar
parents:
diff changeset
     4
test/script/error/JDK-8098847.js:33:5 Expected ident but found prop
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
     ^