summaryrefslogtreecommitdiff
path: root/test/files/run/t5328.check
Commit message (Collapse)AuthorAgeFilesLines
* Fixes SI-5328. Iterator.patched failed when from=0.Josh Suereth2012-05-081-0/+3
It turns out iterator.patched forgot to drop replacement values if they were at the beginning. This is because the index was advancing before checking to see if replaced elements should be dropped. Moved this behavior to the beginning of next.