mirror of
https://github.com/magnars/multiple-cursors.el.git
synced 2025-10-13 05:03:03 +00:00
Added test for mc/mark-(next|previous)-like-this when there is no active region.
This commit is contained in:
parent
9ac7675c78
commit
80ebdbb35b
@ -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
|
||||
"""
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user