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

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

[nongnu] elpa/paredit aa26b48 181/224: Make sure M-? leaves space approp


From: ELPA Syncer
Subject: [nongnu] elpa/paredit aa26b48 181/224: Make sure M-? leaves space appropriately when there was none.
Date: Sat, 7 Aug 2021 09:22:45 -0400 (EDT)

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

    Make sure M-? leaves space appropriately when there was none.
---
 test.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test.el b/test.el
index 66d22ed..b06bf6c 100644
--- a/test.el
+++ b/test.el
@@ -1223,6 +1223,7 @@ Four arguments: the paredit command, the text of the 
buffer
     ("(let ((x 0)) (progn| ))" "(progn |(let ((x 0)) ))")
     ("(let ((x 0)) (progn|))" "(progn |(let ((x 0)) ))")
     ;; One space should definitely be left between A and B here.
+    ("(let ((x 0)) a(progn|)b)" "(progn |(let ((x 0)) a b))")
     ("(let ((x 0)) a (progn|) b)" "(progn |(let ((x 0)) a b))")
     ("(let ((x 0)) a (progn| ) b)" "(progn |(let ((x 0)) a b))")
     ("(let ((x 0)) a (progn |) b)" "(progn |(let ((x 0)) a b))")))



reply via email to

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