Skip to content

Commit

Permalink
Add test for colon in ex bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBB committed Dec 19, 2019
1 parent 2a6e58d commit 3742c88
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion evil-tests.el
Original file line number Diff line number Diff line change
Expand Up @@ -6669,7 +6669,9 @@ if no previous selection")
(should (equal (evil-ex-parse "mu4e")
'(evil-ex-call-command nil "mu4e" nil)))
(should (equal (evil-ex-parse "make-frame")
'(evil-ex-call-command nil "make-frame" nil))))
'(evil-ex-call-command nil "make-frame" nil)))
(should (equal (evil-ex-parse ":command")
'(evil-ex-call-command nil "command" nil))))

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

0 comments on commit 3742c88

Please sign in to comment.