summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaylor R Campbell <campbell@mumble.net>2011-05-07 22:04:57 +0000
committerTaylor R Campbell <campbell@mumble.net>2011-05-07 22:04:57 +0000
commit2ec600035209e88f41c5b025d619641eda0cb823 (patch)
tree5b95ced85de7b1a9572101e200eecb11dcbe069e
parent4cb911230827a2ff437c13369fbb6fafe975f08b (diff)
Fix error message in `paredit-test'.
Ignore-this: 1dd56a52c3ba0452311def32fe65f5b9 darcs-hash:20110507220457-00fcc-efe7d18976fed07781293d36507f9abc004a02ca
-rw-r--r--test.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.el b/test.el
index c21e5f0..f9a76f1 100644
--- a/test.el
+++ b/test.el
@@ -54,7 +54,7 @@ Four arguments: the paredit command, the text of the buffer
(call-interactively command)
(insert ?\|)
(not (string= expected (buffer-string))))
- (t (error "Bad test expectation:" expected)))
+ (t (error "Bad test expectation: %S" expected)))
(paredit-test-failed command before (buffer-string) expected)))
(setq before expected)))))