emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/multiple-cursors 5190e0c 206/434: Add test case for shift-


From: ELPA Syncer
Subject: [nongnu] elpa/multiple-cursors 5190e0c 206/434: Add test case for shift-select-mode
Date: Sat, 7 Aug 2021 09:20:27 -0400 (EDT)

branch: elpa/multiple-cursors
commit 5190e0cdc6fe67465871e752774ca825f42dad49
Author: Florian Mounier <florian.mounier@kozea.fr>
Commit: Florian Mounier <florian.mounier@kozea.fr>

    Add test case for shift-select-mode
---
 features/mark-more.feature | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/features/mark-more.feature b/features/mark-more.feature
index 8ca86f7..d8d1025 100644
--- a/features/mark-more.feature
+++ b/features/mark-more.feature
@@ -132,3 +132,13 @@ Feature: Marking multiple parts of the buffer
     b_bb
     c_cc
     """
+
+  Scenario: Multiple cursor with shift selection
+    When I insert "This text contains the word text twice"
+    And I go to the front of the word "text"
+    And I press "M-S-f"
+    And I press "C->"
+    And I press "C-f"
+    And I press "<deletechar>"
+    Then I should see "This text ontains the word text wice"
+



reply via email to

[Prev in Thread] Current Thread [Next in Thread]