blob: a6ff68cab96490a05684c4a8293bab8860e39409 [file] [log] [blame]
CONSOLE MESSAGE:
CONSOLE MESSAGE: Using an array: 1,2,3,1,2,3
CONSOLE MESSAGE: Using an iterator: 10,11,12,10,11,12
CONSOLE MESSAGE: Using an array but with customized iteration (should be same as iterator): 10,11,12,10,11,12
The second and third results should be the same.
PASS successfullyParsed is true
TEST COMPLETE