Skip to content

Commit

Permalink
Test for 1894
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdl89 committed Apr 29, 2024
1 parent fe44a56 commit 1d0965d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions evil-tests.el
Original file line number Diff line number Diff line change
Expand Up @@ -9990,6 +9990,19 @@ but it works fine in `M-x ert-run-tests-interactively'."
("Vj" ":retab" [return])
"def foo():\n while True:\n\t\treturn\n")))

(ert-deftest evil-1894 ()
"Test visual block append paste."
:tags '(evil visual)
(let (indent-tabs-mode)
(evil-test-buffer
"[a]aaaaaaaaaaaa
bbbbbbbb
cccc"
("\C-vG$yA " [escape] "p")
"aaaaaaaaaaaaa [a]aaaaaaaaaaaa
bbbbbbbb bbbbbbbb
cccc cccc")))

(provide 'evil-tests)

;;; evil-tests.el ends here

0 comments on commit 1d0965d

Please sign in to comment.