jorgenschaefer / emacs-buttercup

Behavior-Driven Emacs Lisp Testing
GNU General Public License v3.0
363 stars 44 forks source link

Don't look inside functions #242

Closed snogge closed 9 months ago

snogge commented 9 months ago

As suggested by @monnier in #241, use OClosures for the wrapped expressions.

Fixes #241.