branch: elpa/paredit
commit d681e3cb599d6fda92a0ef8e6c6a0b0be52bf0df
Author: Taylor R Campbell <[email protected]>
Commit: Taylor R Campbell <[email protected]>
Check for expected errors in `paredit-forward-delete'.
Ignore-this: 30d8b828e4baa46e09c8078317a6ed10
darcs-hash:20110409184529-00fcc-650bbe3128e19c4a849c8621ed682c58f982d602
---
test.el | 4 ++--
1 file 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