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

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

[nongnu] elpa/multiple-cursors 37a89a6 129/434: Remove mark-multiple-int


From: ELPA Syncer
Subject: [nongnu] elpa/multiple-cursors 37a89a6 129/434: Remove mark-multiple-integration feature test
Date: Sat, 7 Aug 2021 09:20:10 -0400 (EDT)

branch: elpa/multiple-cursors
commit 37a89a6466ebe9af0ed6b8b298093f9995638df6
Author: Magnar Sveen <magnars@gmail.com>
Commit: Magnar Sveen <magnars@gmail.com>

    Remove mark-multiple-integration feature test
---
 features/mark-multiple-integration.feature | 25 -------------------------
 1 file changed, 25 deletions(-)

diff --git a/features/mark-multiple-integration.feature 
b/features/mark-multiple-integration.feature
deleted file mode 100644
index e3b2864..0000000
--- a/features/mark-multiple-integration.feature
+++ /dev/null
@@ -1,25 +0,0 @@
-Feature: Mark multiple integration
-  In order to quickly and precisely get multiple cursors
-  As an Emacs user with mark-multiple
-  I want to mark multiple regions and then go to multiple-cursors-mode
-
-  Scenario: Two cursors
-    Given there is no region selected
-    When I insert "This text contains the word text twice"
-    And I select "text"
-    And I press "C->"
-    And I press "C-g"
-    Then I should have 2 cursors
-
-  Scenario: Three cursors
-    Given there is no region selected
-    When I insert:
-    """
-    This text contains the word text thrice, and
-    one of the instances of the word text is on the second line.
-    """
-    And I select "text"
-    And I press "C->"
-    And I press "C->"
-    And I press "C-g"
-    Then I should have 3 cursors



reply via email to

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