blob: dadd97913e36829f7ad8d23630621c41afa40d70 [file] [log] [blame]
oliver@apple.com625fd942014-03-08 01:17:57 +00001This test makes sure we don't hang we use continue inside a for-of over arguments
2
3On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6PASS test() is 0
7PASS test(1) is 1
8PASS test(1,2) is 2
9PASS test(1,2,3) is 3
10PASS successfullyParsed is true
11
12TEST COMPLETE
13