Skip to content

Commit

Permalink
fix evil-delete-backward-word in ex test
Browse files Browse the repository at this point in the history
  • Loading branch information
totallyuniquelily committed Jul 9, 2024
1 parent 3ce5ad0 commit 58e67f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions evil-tests.el
Original file line number Diff line number Diff line change
Expand Up @@ -2254,9 +2254,9 @@ ine3 line3 line3 l\n"))
"alpha [b]ravo charlie delta"))
(ert-info ("evil-delete-backward-word in ex command-line")
(evil-test-buffer
""
"[ ]"
(":normal i" "one-two" (kbd "C-w") (kbd "C-w") [return])
"one")))
"on[e]")))

(ert-deftest evil-test-visual-X ()
"Test `X' in visual state."
Expand Down

0 comments on commit 58e67f9

Please sign in to comment.