summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaylor R Campbell <campbell@mumble.net>2011-05-07 21:21:25 +0000
committerTaylor R Campbell <campbell@mumble.net>2011-05-07 21:21:25 +0000
commit36c9a82384152b6064a684311c3fad5bc1246b92 (patch)
tree8a3f057f344b1f38a1ad3854ca82cc5db9a1b14c
parentd80a9db08c434777f4bbe47390eea8ec7cbd729c (diff)
Add regression test for `paredit-convolute-sexp' screw case.
Ignore-this: c558f1f5c6432b3276780a30fe13bd3e darcs-hash:20110507212125-00fcc-729cb31b8bfcbd23234d7fdd8efb469a545baf3a
-rw-r--r--test.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/test.el b/test.el
index 746bce0..f76f6cc 100644
--- a/test.el
+++ b/test.el
@@ -346,3 +346,6 @@ Four arguments: the paredit command, the text of the buffer
(paredit-test 'paredit-forward-barf-sexp
'(("(paredit-canary| ;\n (lose))")
("(paredit-canary| ;\n)\n(lose)")))
+
+(paredit-test 'paredit-convolute-sexp
+ '(("(let ((x 5) (y 3)) |(frob (zwonk)) (wibblethwop))" error)))