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

changeset 0
b1a7da25b547
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/test/script/error/NASHORN-154/with_in_strict.js.EXPECTED	Wed Apr 27 01:36:41 2016 +0800
     1.3 @@ -0,0 +1,9 @@
     1.4 +test/script/error/NASHORN-154/with_in_strict.js:36:0 "with" statement cannot be used in strict mode
     1.5 +with({}) {
     1.6 +^
     1.7 +test/script/error/NASHORN-154/with_in_strict.js:36:7 Expected ; but found )
     1.8 +with({}) {
     1.9 +       ^
    1.10 +test/script/error/NASHORN-154/with_in_strict.js:38:0 Expected eof but found }
    1.11 +}
    1.12 +^

mercurial