mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Conform unit test macros to naming scheme
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
;;; lang/org/test/autoload-org.el
|
||||
|
||||
(defmacro should-org-buffer!! (source expected &rest body)
|
||||
`(should-buffer! ,source ,expected
|
||||
`(should-buffer!! ,source ,expected
|
||||
(org-mode)
|
||||
,@body))
|
||||
|
||||
|
Reference in New Issue
Block a user