From 16dba376d8892c2caafcedc0f94e1d51bdfa1839 Mon Sep 17 00:00:00 2001 From: Tom Dalziel Date: Tue, 7 May 2024 23:42:32 +0200 Subject: [PATCH] TODO tests --- evil-tests.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/evil-tests.el b/evil-tests.el index 5fdea95d..6eab02f8 100644 --- a/evil-tests.el +++ b/evil-tests.el @@ -7527,7 +7527,10 @@ Tiny ")) " ("\C-vfcjd") "[b]c -"))) +")) + ;; TODO test pasting block after text (incl cursor pos) + ;; TODO test pasting block at bol for empty line (incl cursor pos) + ) (ert-deftest evil-test-visual-restore () "Test restoring a previous selection"