branch: elpa/paredit
commit 0bb4b629863d632807162a09ac135ea1e0dd60cc
Author: Taylor R Campbell <[email protected]>
Commit: Taylor R Campbell <[email protected]>
Check for expected errors in `paredit-close-FOO'.
Ignore-this: b33e272226aee48558a7550911210b1
darcs-hash:20110409184523-00fcc-4e68668cd80e3f924e5242beb017e62140e5d746
---
test.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/test.el b/test.el
index a7f504b..9f9d8e5 100644
--- a/test.el
+++ b/test.el
@@ -115,8 +115,7 @@ Four arguments: the paredit command, the text of the buffer
;; (paredit-close-angled ?\< ?\>)
)
'(("(|" "()|")
- ;++ No way to express expected errors.
- ;; ("foo|" error)
+ ("foo|" error)
("(foo| ;\n )" "(foo ;\n )|")
("(foo| ;\n bar)" "(foo ;\n bar)|")
("(foo| ;\n bar )" "(foo ;\n bar)|")))