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

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

[nongnu] elpa/paredit e80ffcc 112/224: Check for expected errors in `par


From: ELPA Syncer
Subject: [nongnu] elpa/paredit e80ffcc 112/224: Check for expected errors in `paredit-backward-delete'.
Date: Sat, 7 Aug 2021 09:22:30 -0400 (EDT)

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

    Check for expected errors in `paredit-backward-delete'.
    
    Ignore-this: 52917d0028118f91466c10b12efd24c1
    
    darcs-hash:20110409184554-00fcc-e5009c3d6b6ea235e28020c75cf1fb045ea50f81
---
 test.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test.el b/test.el
index cb4a217..87b5fad 100644
--- a/test.el
+++ b/test.el
@@ -186,9 +186,9 @@ Four arguments: the paredit command, the text of the buffer
     (";|;(foo)" "|;(foo)")
     (";;|(foo)" ";|(foo)" "|(foo)")
     (";foo\n|(bar)\n(baz\n quux)" ";foo|(bar)\n(baz\n quux)")
-    ;; (";foo\n|(bar\n baz)" error)
+    (";foo\n|(bar\n baz)" error)
     (";;|foo(" ";|foo(")
-    ;; (";;|foo(" ";|foo(" error)
+    (";;|foo(" ";|foo(" error)
     ))
 
 (defun paredit-canary-indent-method (state indent-point normal-indent)



reply via email to

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