testReplaceExisting.expected 484 B

123456789101112131415
  1. ==== delete-in-loop test starting ====
  2. Key at index 0 is [foo1] 0 (kept)
  3. Key at index 1 is [foo2] 0 (kept)
  4. Key at index 2 is [deleteme] 0 (deleted)
  5. Key at index 3 is [foo3] 0 (kept)
  6. ==== replace-value first loop starting ====
  7. Key at index 0 is [foo1] 0
  8. Key at index 1 is [foo2] 0
  9. replacing value for key [foo2]
  10. Key at index 2 is [foo3] 0
  11. ==== second loop starting ====
  12. Key at index 0 is [foo1] 0
  13. Key at index 1 is [foo2] 0
  14. pointer for key [foo2] does match
  15. Key at index 2 is [foo3] 0