emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/paredit d2215ef 146/224: Add message to top of `paredit-te


From: ELPA Syncer
Subject: [nongnu] elpa/paredit d2215ef 146/224: Add message to top of `paredit-test' reporting what we're testing.
Date: Sat, 7 Aug 2021 09:22:38 -0400 (EDT)

branch: elpa/paredit
commit d2215ef48115ca8182427554908b03f14e47d3c8
Author: Taylor R Campbell <campbell@mumble.net>
Commit: Taylor R Campbell <campbell@mumble.net>

    Add message to top of `paredit-test' reporting what we're testing.
    
    Ignore-this: a617d41480a852b472bc838b1a69bd16
    
    darcs-hash:20110507220505-00fcc-0c92c0a098e8fb214e238bd380f5a6b69d991608
---
 test.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test.el b/test.el
index f9a76f1..4d83010 100644
--- a/test.el
+++ b/test.el
@@ -33,6 +33,7 @@ Four arguments: the paredit command, the text of the buffer
   (funcall paredit-test-failure-function command before after expected))
 
 (defun paredit-test (command examples)
+  (message "Testing %S..." command)
   (dolist (example examples)
     (let ((before (car example)))
       (dolist (expected (cdr example))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]