emacs-diffs
[Top][All Lists]
Advanced

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

master a29e0f1c64: Adjust ibuffer test


From: Lars Ingebrigtsen
Subject: master a29e0f1c64: Adjust ibuffer test
Date: Wed, 15 Jun 2022 12:37:11 -0400 (EDT)

branch: master
commit a29e0f1c64f82f046d6ac89d194d3c019e933a33
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Adjust ibuffer test
    
    * test/lisp/ibuffer-tests.el (ibuffer-format-qualifier): Adjust
    test after recent formatting changes.
---
 test/lisp/ibuffer-tests.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/lisp/ibuffer-tests.el b/test/lisp/ibuffer-tests.el
index 252d2c5d7f..343e2ae50b 100644
--- a/test/lisp/ibuffer-tests.el
+++ b/test/lisp/ibuffer-tests.el
@@ -785,7 +785,7 @@
                                               (funcall tag
                                                        (funcall description
                                                                 'starred-name)
-                                                       ": " "nil"))
+                                                       "" ""))
                                      (funcall tag
                                               (funcall description 'directory)
                                               ": " "\\<org\\>")))))
@@ -806,7 +806,7 @@
                             (funcall tag "AND"
                                      (funcall tag
                                               (funcall description 
'starred-name)
-                                              ": " "nil")
+                                              "" "")
                                      (funcall tag
                                               (funcall description 'name)
                                               ": " "elisp"))



reply via email to

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