diff options
author | Taylor R Campbell <campbell@mumble.net> | 2011-04-09 18:45:23 +0000 |
---|---|---|
committer | Taylor R Campbell <campbell@mumble.net> | 2011-04-09 18:45:23 +0000 |
commit | 0bb4b629863d632807162a09ac135ea1e0dd60cc (patch) | |
tree | 9769e9c4eaff08d78018e5f9ac21d05afdcb4adc /test.el | |
parent | 0cd0011c7602cc4ce7fe1c7076bfe7665112de9f (diff) |
Check for expected errors in `paredit-close-FOO'.
Ignore-this: b33e272226aee48558a7550911210b1
darcs-hash:20110409184523-00fcc-4e68668cd80e3f924e5242beb017e62140e5d746
Diffstat (limited to 'test.el')
-rw-r--r-- | test.el | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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)|"))) |