Skip to content

Commit

Permalink
Add test for evil-ex-make-pattern subsequent / search
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdl89 committed Apr 11, 2022
1 parent cb3b370 commit a6a6a83
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions evil-tests.el
Expand Up @@ -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)
Expand Down

0 comments on commit a6a6a83

Please sign in to comment.