branch: elpa/paredit
commit e80ffcc1542260481551566d19116bdbd94fb90c
Author: Taylor R Campbell <[email protected]>
Commit: Taylor R Campbell <[email protected]>
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)