aboutsummaryrefslogtreecommitdiff
path: root/evil-tests.el
diff options
context:
space:
mode:
authorTom Dalziel <tom_dl@hotmail.com>2023-05-29 21:05:44 +0100
committerTom Dalziel <tom_dl@hotmail.com>2023-05-29 21:11:56 +0100
commitb7bc385a0b41c87133e8e7f3beaca2a97b74b17c (patch)
treece5000c60c61fa9a7509bcef94d1f4c6fa99a92e /evil-tests.el
parent1f603b18ac36ce56dcb6e6d2145bc84146e18f61 (diff)
Fix a-word on whitespace-only line
Diffstat (limited to 'evil-tests.el')
-rw-r--r--evil-tests.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/evil-tests.el b/evil-tests.el
index 34850d7..da47938 100644
--- a/evil-tests.el
+++ b/evil-tests.el
@@ -6147,6 +6147,10 @@ Line 2"))
(evil-test-buffer
"foo\n[ ]\nbar"
("diw")
+ "foo\n[]\nbar")
+ (evil-test-buffer
+ "foo\n[ ]\nbar"
+ ("daw")
"foo\n[]\nbar")))
(ert-deftest evil-test-word-objects-cjk ()