diff options
author | Taylor R Campbell <campbell@mumble.net> | 2011-04-12 13:23:09 +0000 |
---|---|---|
committer | Taylor R Campbell <campbell@mumble.net> | 2011-04-12 13:23:09 +0000 |
commit | aa42c19ac4fdd4bed22ab4c6dff93bf5a86dca3f (patch) | |
tree | ad15376253b097006a2efa1f90de47a1e87458d2 /test.el | |
parent | 88a5cf7a242f3e6b37ae5d2229b718948e32a5db (diff) |
Tweak a `paredit-reindent-defun' test slightly.
Ignore-this: ddb4695b0f360dc64ce0740fc499dcbc
darcs-hash:20110412132309-00fcc-a82f9d8806377c35cfd2cdc12cf9bac2d41b2b95
Diffstat (limited to 'test.el')
-rw-r--r-- | test.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -206,7 +206,7 @@ Four arguments: the paredit command, the text of the buffer "(define (square x)\n (* x x))|") ("(define (square x)\n (* x x))|\n(frob\n wotz)" "(define (square x)\n (* x x))|\n(frob\n wotz)") - ("(define (square x)\n (* x x))\n|(frob\n wotz)" + ("(define (square x)\n (* x x))\n|(frob\n wotz)" "(define (square x)\n (* x x))\n|(frob\n wotz)") ("(define (square x)\n | (* x x))" "(define (square x)\n | (* x x))") |