summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaylor R Campbell <campbell@mumble.net>2011-04-12 13:23:09 +0000
committerTaylor R Campbell <campbell@mumble.net>2011-04-12 13:23:09 +0000
commitaa42c19ac4fdd4bed22ab4c6dff93bf5a86dca3f (patch)
treead15376253b097006a2efa1f90de47a1e87458d2
parent88a5cf7a242f3e6b37ae5d2229b718948e32a5db (diff)
Tweak a `paredit-reindent-defun' test slightly.
Ignore-this: ddb4695b0f360dc64ce0740fc499dcbc darcs-hash:20110412132309-00fcc-a82f9d8806377c35cfd2cdc12cf9bac2d41b2b95
-rw-r--r--test.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.el b/test.el
index 6cc5462..746bce0 100644
--- a/test.el
+++ b/test.el
@@ -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))")