From 0bb4b629863d632807162a09ac135ea1e0dd60cc Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Sat, 9 Apr 2011 18:45:23 +0000 Subject: 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(-) (limited to 'test.el') 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)|"))) -- cgit v1.2.1