done adding tests for when cursor is on a space, for 'daw' motion

This commit is contained in:
2025-12-27 02:41:13 +00:00
parent acabbac70a
commit 9e809e146a
2 changed files with 47 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
- Add tests for:
- Test delete-around-word/WORD
- Delete-around-word has tests for when cursor is on space (needs tests for alpha and punctuation too)
- Reimple `%` 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