summaryrefslogtreecommitdiff
path: root/test.el
diff options
context:
space:
mode:
Diffstat (limited to 'test.el')
-rw-r--r--test.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/test.el b/test.el
index cb4a217..87b5fad 100644
--- a/test.el
+++ b/test.el
@@ -186,9 +186,9 @@ Four arguments: the paredit command, the text of the buffer
(";|;(foo)" "|;(foo)")
(";;|(foo)" ";|(foo)" "|(foo)")
(";foo\n|(bar)\n(baz\n quux)" ";foo|(bar)\n(baz\n quux)")
- ;; (";foo\n|(bar\n baz)" error)
+ (";foo\n|(bar\n baz)" error)
(";;|foo(" ";|foo(")
- ;; (";;|foo(" ";|foo(" error)
+ (";;|foo(" ";|foo(" error)
))
(defun paredit-canary-indent-method (state indent-point normal-indent)