diff options
| author | Tom Dalziel <tom_dl@hotmail.com> | 2023-05-29 21:05:44 +0100 |
|---|---|---|
| committer | Tom Dalziel <tom_dl@hotmail.com> | 2023-05-29 21:11:56 +0100 |
| commit | b7bc385a0b41c87133e8e7f3beaca2a97b74b17c (patch) | |
| tree | ce5000c60c61fa9a7509bcef94d1f4c6fa99a92e /evil-tests.el | |
| parent | 1f603b18ac36ce56dcb6e6d2145bc84146e18f61 (diff) | |
Fix a-word on whitespace-only line
Diffstat (limited to 'evil-tests.el')
| -rw-r--r-- | evil-tests.el | 4 |
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 () |
