You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

testReplaceExisting.expected 464 B

123456789101112131415
  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 ====
  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]