diff options
author | Taylor R Campbell <campbell@mumble.net> | 2011-05-07 22:04:57 +0000 |
---|---|---|
committer | Taylor R Campbell <campbell@mumble.net> | 2011-05-07 22:04:57 +0000 |
commit | 2ec600035209e88f41c5b025d619641eda0cb823 (patch) | |
tree | 5b95ced85de7b1a9572101e200eecb11dcbe069e /test.el | |
parent | 4cb911230827a2ff437c13369fbb6fafe975f08b (diff) |
Fix error message in `paredit-test'.
Ignore-this: 1dd56a52c3ba0452311def32fe65f5b9
darcs-hash:20110507220457-00fcc-efe7d18976fed07781293d36507f9abc004a02ca
Diffstat (limited to 'test.el')
-rw-r--r-- | test.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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))))) |