done adding tests for 'PersistentVector.delete' function

This commit is contained in:
2026-01-18 08:08:45 +00:00
parent 185ef3fc12
commit 29d84a9f9f
2 changed files with 115 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
# To-do list
- Test `PersistentVector.delete` function
- Modify deletion functions to use `PersistentVector.delete`
- After deletion, we may have a new match that we want to add. Account for this case.
- Implement 'yj' motion and add tests for it