test/nashorn/script/error/for_each_nse.js.EXPECTED
changeset 47217 72e3ae9a25eb
parent 47216 71c04702a3d5
equal deleted inserted replaced
47216:71c04702a3d5 47217:72e3ae9a25eb
     1 test/script/error/for_each_nse.js:31:4 Expected ( but found each
     1 test/nashorn/script/error/for_each_nse.js:31:4 Expected ( but found each
     2 for each (var x in [3, 454, 4]) {
     2 for each (var x in [3, 454, 4]) {
     3     ^
     3     ^
     4 test/script/error/for_each_nse.js:33:0 Expected eof but found }
     4 test/nashorn/script/error/for_each_nse.js:33:0 Expected eof but found }
     5 }
     5 }
     6 ^
     6 ^