diff options
author | Taylor R Campbell <campbell@mumble.net> | 2011-05-07 21:21:25 +0000 |
---|---|---|
committer | Taylor R Campbell <campbell@mumble.net> | 2011-05-07 21:21:25 +0000 |
commit | 36c9a82384152b6064a684311c3fad5bc1246b92 (patch) | |
tree | 8a3f057f344b1f38a1ad3854ca82cc5db9a1b14c /test.el | |
parent | d80a9db08c434777f4bbe47390eea8ec7cbd729c (diff) |
Add regression test for `paredit-convolute-sexp' screw case.
Ignore-this: c558f1f5c6432b3276780a30fe13bd3e
darcs-hash:20110507212125-00fcc-729cb31b8bfcbd23234d7fdd8efb469a545baf3a
Diffstat (limited to 'test.el')
-rw-r--r-- | test.el | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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))) |