Conform unit test macros to naming scheme
This commit is contained in:
parent
fd11f958f9
commit
c9a878a62f
2 changed files with 12 additions and 12 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue