Adjust ibuffer test

* test/lisp/ibuffer-tests.el (ibuffer-format-qualifier): Adjust
test after recent formatting changes.
This commit is contained in:
Lars Ingebrigtsen 2022-06-15 18:36:58 +02:00
parent 1ead480ca1
commit a29e0f1c64

View file

@ -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"))