dominictarr / split

MIT License
347 stars 39 forks source link

remove forEach, now works in ie<9 #1

Closed ghost closed 11 years ago

ghost commented 11 years ago

I'm trying to get tape's tests to run in all the browsers, so I'm swapping out some code from tap to use tap-parser to verify the output of tape's TAP stream. I'm using split in tap-parser and ie8 trips over the forEach in split. I replaced forEach with a for loop and now the tap-parser tests are running in ie8 again: http://ci.testling.com/substack/tap-parser

dominictarr commented 11 years ago

This is a problem in ie. Please post issue on https://github.com/billgates/internet-explorer-8

dominictarr commented 11 years ago

:)

merged into 0.1.2