; Fix the xref--group-name-for-display tests
This commit is contained in:
parent
49e243c0c8
commit
e86c4d8bdc
1 changed files with 4 additions and 1 deletions
|
|
@ -132,6 +132,7 @@
|
|||
(lambda (loc)
|
||||
(xref--group-name-for-display
|
||||
(xref-location-group loc)
|
||||
nil
|
||||
nil))
|
||||
(xref-tests--locations-in-data-dir "\\(bar\\|foo\\)")))
|
||||
(list
|
||||
|
|
@ -145,6 +146,7 @@
|
|||
(lambda (loc)
|
||||
(xref--group-name-for-display
|
||||
(xref-location-group loc)
|
||||
nil
|
||||
nil))
|
||||
(xref-tests--locations-in-data-dir "\\(bar\\|foo\\)")))
|
||||
(list
|
||||
|
|
@ -161,7 +163,8 @@
|
|||
(lambda (loc)
|
||||
(xref--group-name-for-display
|
||||
(xref-location-group loc)
|
||||
data-parent-dir))
|
||||
data-parent-dir
|
||||
nil))
|
||||
(xref-tests--locations-in-data-dir "\\(bar\\|foo\\)")))
|
||||
(list
|
||||
"xref-resources/file1.txt"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue