nashorn/test/script/basic/JDK-8019805.js.EXPECTED
author jlaskey
Fri, 23 Aug 2013 12:20:19 -0300
changeset 19633 e1158153db51
parent 18843 eea6d1b8263e
child 20929 f2bd18181940
permissions -rw-r--r--
8019987: String trimRight and trimLeft could be defined Reviewed-by: sundar Contributed-by: james.laskey@oracle.com
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
18843
eea6d1b8263e 8019805: for each (init; test; modify) is invalid
sundar
parents:
diff changeset
     1
SyntaxError: test/script/basic/JDK-8019805.js#32<eval>:1:16 for each can only be used with for..in
eea6d1b8263e 8019805: for each (init; test; modify) is invalid
sundar
parents:
diff changeset
     2
for each(var v=0;false;);
eea6d1b8263e 8019805: for each (init; test; modify) is invalid
sundar
parents:
diff changeset
     3
                ^