branch: elpa/buttercup commit bef49f56bf81ab32657bfe38f2cc647b5f053c53 Author: Ola Nilsson <ola.nils...@gmail.com> Commit: Ola Nilsson <ola.nils...@gmail.com>
Remove extra newline in error backtrace buttercup-reporter-batch--print-failed-spec-report printed one more newline following the backtrace of an unexpected error compared to a plain FAILED spec. Make the reportes uniform by removing this extra newline. --- buttercup.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buttercup.el b/buttercup.el index 3b2154a..4e625c7 100644 --- a/buttercup.el +++ b/buttercup.el @@ -1777,7 +1777,7 @@ Colorize parts of the output if COLOR is non-nil." "FAILED") description)) ((and (consp description) (eq (car description) 'error)) - (buttercup--print "%S: %S\n\n" + (buttercup--print "%S: %S\n" (car description) (cadr description))) (t