summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaylor R Campbell <campbell@mumble.net>2011-04-09 18:45:54 +0000
committerTaylor R Campbell <campbell@mumble.net>2011-04-09 18:45:54 +0000
commite80ffcc1542260481551566d19116bdbd94fb90c (patch)
treecf74b645628f29e9ec41b773b664f70f5d0e44e0
parentd681e3cb599d6fda92a0ef8e6c6a0b0be52bf0df (diff)
Check for expected errors in `paredit-backward-delete'.
Ignore-this: 52917d0028118f91466c10b12efd24c1 darcs-hash:20110409184554-00fcc-e5009c3d6b6ea235e28020c75cf1fb045ea50f81
-rw-r--r--test.el4
1 files 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)