test/script/error/NASHORN-154/with_in_strict.js.EXPECTED

Mon, 16 Nov 2015 12:14:07 -0800

author
asaha
date
Mon, 16 Nov 2015 12:14:07 -0800
changeset 1692
dcb78b4ac30e
parent 0
b1a7da25b547
permissions
-rw-r--r--

Added tag jdk8u71-b09 for changeset 79a56b0e79aa

     1 test/script/error/NASHORN-154/with_in_strict.js:36:0 "with" statement cannot be used in strict mode
     2 with({}) {
     3 ^
     4 test/script/error/NASHORN-154/with_in_strict.js:36:7 Expected ; but found )
     5 with({}) {
     6        ^
     7 test/script/error/NASHORN-154/with_in_strict.js:38:0 Expected eof but found }
     8 }
     9 ^

mercurial