aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--evil-tests.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/evil-tests.el b/evil-tests.el
index 0e313b5..b8100a8 100644
--- a/evil-tests.el
+++ b/evil-tests.el
@@ -7952,9 +7952,11 @@ maybe we need one line more with some text\n"
(let ((evil-ex-search-vim-style-regexp t)
(evil-magic 'very-magic))
(evil-test-buffer
- "[a]lpha bravo alpha charlie"
+ "[a]lpha bravo alpha charlie alpha"
("*")
- "alpha bravo [a]lpha charlie")))))
+ "alpha bravo [a]lpha charlie alpha"
+ ("/" [return])
+ "alpha bravo alpha charlie [a]lpha")))))
(ert-deftest evil-test-ex-search-motion ()
:tags '(evil ex search)