add tests for 'daW' motion

This commit is contained in:
2025-12-31 11:44:42 +00:00
parent 99bb3b257e
commit a65b950b77
2 changed files with 166 additions and 4 deletions

View File

@@ -1,9 +1,7 @@
# To-do list
- Add tests for:
- Test delete-around-WORD
- Delete-around-word has tests for when cursor is on space (needs tests for alpha and punctuation too)
- Reimple `%` motion and `d%` motion.
- Reimplement `%` motion and `d%` motion.
- They should both search for the next character in any pair, the same way in Vim
- Add tests for reimplemented movements and motions
- Reimplement `di<symbol>` and `da<symbol>`