summaryrefslogtreecommitdiff
path: root/test.el
diff options
context:
space:
mode:
Diffstat (limited to 'test.el')
-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))")