blob: bf9b73be2675465ca95ae7abb28df543a47df48b [file] [log] [blame]
PASS forEach will not iterate over elements removed during iteration
PASS Removing elements already iterated over during forEach will cause iterator to skip an element
PASS Elements added during iteration with forEach will be reached