branch: elpa/buttercup commit 821cfa6e135a078a7668d423cfe9c892e36be5ad Author: Jorgen Schaefer <cont...@jorgenschaefer.de> Commit: Jorgen Schaefer <cont...@jorgenschaefer.de>
Comment separating built-in matchers from the rest. --- buttercup.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/buttercup.el b/buttercup.el index baff39e..c226b6a 100644 --- a/buttercup.el +++ b/buttercup.el @@ -114,6 +114,9 @@ MATCHER is either a matcher defined with (error "Not a test: %S" matcher)) (apply function args))) +;;;;;;;;;;;;;;;;;;;;; +;;; Built-in matchers + (buttercup-define-matcher :not (obj matcher &rest args) (let ((result (buttercup--apply-matcher matcher (cons obj args)))) (if (consp result)