Commit 5da3c9c33f02010a3fc57cf0e1d07955af681e7c

Behdad Esfahbod 2019-05-09T11:30:31

[iter] Fix hb_zip() end condition We should compare-equal to end if either iterator's end reaches, not if both reach at the same time. Fixes infinite-loop in test which was happening after hb_enumerate() switched to using hb_zip().