summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)))