Update map! tests for removal of :if
This commit is contained in:
parent
c7f9886be8
commit
5e3d4c3ba2
1 changed files with 2 additions and 2 deletions
|
@ -173,9 +173,9 @@
|
|||
:to-expand-into
|
||||
`(general-define-key "a" (list :def #'a :which-key "A")))))
|
||||
|
||||
(describe ":if/:when/:unless"
|
||||
(describe ":when/:unless"
|
||||
(it "wraps keys in a conditional block"
|
||||
(dolist (prop '(:if :when :unless))
|
||||
(dolist (prop '(:when :unless))
|
||||
(let ((prop-fn (intern (doom-keyword-name prop))))
|
||||
(expect `(map! ,prop t "a" #'a "b" #'b)
|
||||
:to-expand-into
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue