mirror of
https://github.com/magnars/multiple-cursors.el.git
synced 2025-10-13 21:03:05 +00:00
Add test case for shift-select-mode
This commit is contained in:
parent
a4f6ea179a
commit
5190e0cdc6
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user