Adjust ibuffer test
* test/lisp/ibuffer-tests.el (ibuffer-format-qualifier): Adjust test after recent formatting changes.
This commit is contained in:
parent
1ead480ca1
commit
a29e0f1c64
1 changed files with 2 additions and 2 deletions
|
@ -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"))
|
||||
|
|
Loading…
Add table
Reference in a new issue