code outline of a function to extend an existing match in search-list.sml.

This commit is contained in:
2026-02-06 20:30:07 +00:00
parent 11a632556c
commit 02086e0922
2 changed files with 41 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
# To-do list
- Make sure that all delete function in make-normal-delete.sml also delete from searchList
- Handle edge cases regarding deletion from searchList.
- Edge case 1: deletion causes a match to be extended
- Any other edge cases possible?
- Add normal-delete tests for each motion, checking that searchList is as expected
- Add tests for other yank motoins
- Tests should be based on existing tests for delete-motions, and in the same order.