| Eric Haszlakiewicz | f6b27cb | 2012-10-20 20:26:37 -0500 | [diff] [blame] | 1 | ==== delete-in-loop test starting ==== |
| 2 | Key at index 0 is [foo1] (kept) |
| 3 | Key at index 1 is [foo2] (kept) |
| 4 | Key at index 2 is [deleteme] (deleted) |
| 5 | Key at index 3 is [foo3] (kept) |
| 6 | ==== replace-value first loop starting ==== |
| Eric Haszlakiewicz | 6988f53 | 2012-07-24 23:27:41 -0500 | [diff] [blame] | 7 | Key at index 0 is [foo1] |
| 8 | Key at index 1 is [foo2] |
| 9 | replacing value for key [foo2] |
| 10 | Key at index 2 is [foo3] |
| 11 | ==== second loop starting ==== |
| 12 | Key at index 0 is [foo1] |
| 13 | Key at index 1 is [foo2] |
| 14 | pointer for key [foo2] does match |
| 15 | Key at index 2 is [foo3] |