emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/buttercup bef49f5 323/340: Remove extra newline in error b


From: ELPA Syncer
Subject: [nongnu] elpa/buttercup bef49f5 323/340: Remove extra newline in error backtrace
Date: Thu, 16 Dec 2021 14:59:59 -0500 (EST)

branch: elpa/buttercup
commit bef49f56bf81ab32657bfe38f2cc647b5f053c53
Author: Ola Nilsson <ola.nilsson@gmail.com>
Commit: Ola Nilsson <ola.nilsson@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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]