summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaylor R Campbell <campbell@mumble.net>2011-04-09 18:45:23 +0000
committerTaylor R Campbell <campbell@mumble.net>2011-04-09 18:45:23 +0000
commit0bb4b629863d632807162a09ac135ea1e0dd60cc (patch)
tree9769e9c4eaff08d78018e5f9ac21d05afdcb4adc
parent0cd0011c7602cc4ce7fe1c7076bfe7665112de9f (diff)
Check for expected errors in `paredit-close-FOO'.
Ignore-this: b33e272226aee48558a7550911210b1 darcs-hash:20110409184523-00fcc-4e68668cd80e3f924e5242beb017e62140e5d746
-rw-r--r--test.el3
1 files changed, 1 insertions, 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)|")))