Skip to content

Commit e9c89f0

Browse files
committed
Add test for colon in ex bindings
1 parent 2a6e58d commit e9c89f0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

evil-tests.el

+3-1
Original file line numberDiff line numberDiff line change
@@ -6669,7 +6669,9 @@ if no previous selection")
66696669
(should (equal (evil-ex-parse "mu4e")
66706670
'(evil-ex-call-command nil "mu4e" nil)))
66716671
(should (equal (evil-ex-parse "make-frame")
6672-
'(evil-ex-call-command nil "make-frame" nil))))
6672+
'(evil-ex-call-command nil "make-frame" nil)))
6673+
(should (equal (evil-ex-parse "::command")
6674+
'(evil-ex-call-command nil ":command" nil))))
66736675

66746676
(ert-deftest evil-text-ex-search-offset ()
66756677
"Test for addresses like /base//pattern/"

0 commit comments

Comments
 (0)