mirror of
https://github.com/magnars/multiple-cursors.el.git
synced 2025-10-13 21:03:05 +00:00
Fix assertion
- don't toggle rectangular-region-mode, check if it is on.
This commit is contained in:
parent
c1fba2c057
commit
f6403eae7f
@ -22,7 +22,7 @@
|
||||
|
||||
(Then "^rectangular-region-mode should be on$"
|
||||
(lambda ()
|
||||
(assert (rectangular-region-mode) nil
|
||||
(assert rectangular-region-mode nil
|
||||
"Expected rectangular-region-mode mode to be on, but wasn't.")))
|
||||
|
||||
(When "^I press \"\\(.+\\)\"$"
|
||||
|
Loading…
x
Reference in New Issue
Block a user