aboutsummaryrefslogtreecommitdiff
path: root/evil-tests.el
diff options
context:
space:
mode:
authorTom Dalziel <tom_dl@hotmail.com>2023-12-25 16:02:14 +0000
committerTom Dalziel <33435574+tomdl89@users.noreply.github.com>2023-12-25 16:05:42 +0000
commit2bd0cea01a5feceb376242b29830370954a45f55 (patch)
treed5193333cf23e01a58081545ab7d58798a8eea3f /evil-tests.el
parentfc6bd006503258e5cc09c92de8882f4496992946 (diff)
Declare goto-char as a motion, fix evil-goto-char
Tests added for evil-goto-char. Fixes #1852
Diffstat (limited to 'evil-tests.el')
-rw-r--r--evil-tests.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/evil-tests.el b/evil-tests.el
index f3c8505..84a779e 100644
--- a/evil-tests.el
+++ b/evil-tests.el
@@ -3704,7 +3704,9 @@ Below some empty line"))
("go")
"[W]e only need a short buffer for this test"
(evil-goto-char 24)
- "We only need a short bu[f]fer for this test"))
+ "We only need a short bu[f]fer for this test"
+ ("v29go")
+ "We only need a short bu<ffer [f]>or this test"))
(ert-deftest evil-test-operator-0 ()
"Test motion \"0\" with an operator."