We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a6e58d commit e9c89f0Copy full SHA for e9c89f0
evil-tests.el
@@ -6669,7 +6669,9 @@ if no previous selection")
6669
(should (equal (evil-ex-parse "mu4e")
6670
'(evil-ex-call-command nil "mu4e" nil)))
6671
(should (equal (evil-ex-parse "make-frame")
6672
- '(evil-ex-call-command nil "make-frame" nil))))
+ '(evil-ex-call-command nil "make-frame" nil)))
6673
+ (should (equal (evil-ex-parse "::command")
6674
+ '(evil-ex-call-command nil ":command" nil))))
6675
6676
(ert-deftest evil-text-ex-search-offset ()
6677
"Test for addresses like /base//pattern/"
0 commit comments