summaryrefslogtreecommitdiff
path: root/test.el
diff options
context:
space:
mode:
Diffstat (limited to 'test.el')
-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)|")))