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

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

[nongnu] elpa/multiple-cursors 80ebdbb 156/434: Added test for mc/mark-(


From: ELPA Syncer
Subject: [nongnu] elpa/multiple-cursors 80ebdbb 156/434: Added test for mc/mark-(next|previous)-like-this when there is no active region.
Date: Sat, 7 Aug 2021 09:20:16 -0400 (EDT)

branch: elpa/multiple-cursors
commit 80ebdbb35b3c304a1297239fcbbc74eee2938bd2
Author: Marco Baringer <mb@bese.it>
Commit: Marco Baringer <mb@bese.it>

    Added test for mc/mark-(next|previous)-like-this when there is no active 
region.
---
 features/mark-more.feature | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/features/mark-more.feature b/features/mark-more.feature
index 189b22c..c8cd3ff 100644
--- a/features/mark-more.feature
+++ b/features/mark-more.feature
@@ -94,3 +94,22 @@ Feature: Marking multiple parts of the buffer
     And I type "more"
     Then I should have 2 cursors
     And I should see "Here's more, more and text"
+
+  Scenario: Marking without an active region
+    When I insert:
+    """
+    aaa
+    bbb
+    ccc
+    """
+    And I go to the front of the word "bbb"
+    And I press "C->"
+    And I type "_"
+    Then I should have 2 cursors
+    And I should see:
+    """
+    aaa
+    _bbb
+    _ccc
+    """
+



reply via email to

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