summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaylor R Campbell <campbell@mumble.net>2011-04-09 18:45:29 +0000
committerTaylor R Campbell <campbell@mumble.net>2011-04-09 18:45:29 +0000
commitd681e3cb599d6fda92a0ef8e6c6a0b0be52bf0df (patch)
tree607fa6b7ebdb82184e79b54b6af156b6d82650cc
parent0bb4b629863d632807162a09ac135ea1e0dd60cc (diff)
Check for expected errors in `paredit-forward-delete'.
Ignore-this: 30d8b828e4baa46e09c8078317a6ed10 darcs-hash:20110409184529-00fcc-650bbe3128e19c4a849c8621ed682c58f982d602
-rw-r--r--test.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/test.el b/test.el
index 9f9d8e5..cb4a217 100644
--- a/test.el
+++ b/test.el
@@ -175,9 +175,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)
))
(paredit-test 'paredit-backward-delete