test/nashorn/script/error/JDK-8098847.js.EXPECTED
author phh
Sat, 30 Nov 2019 14:33:05 -0800
changeset 59330 5b96c12f909d
parent 47217 72e3ae9a25eb
permissions -rw-r--r--
8234541: C1 emits an empty message when it inlines successfully Summary: Use "inline" as the message when successfull Reviewed-by: thartmann, mdoerr Contributed-by: navy.xliu@gmail.com
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
47217
72e3ae9a25eb 8187444: Forest Consolidation: Make build work
erikj
parents: 47216
diff changeset
     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
72e3ae9a25eb 8187444: Forest Consolidation: Make build work
erikj
parents: 47216
diff changeset
     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
     ^