Conform unit test macros to naming convention
This commit is contained in:
parent
2364e97285
commit
1f9576a59a
3 changed files with 14 additions and 14 deletions
|
@ -4,7 +4,7 @@
|
|||
(require! :lang org)
|
||||
|
||||
(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