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