Skip to content

Commit 5613f17

Browse files
committed
Enabled to specify suffix of other "facelist" file
refs #524
1 parent 1fb2b33 commit 5613f17

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

php-mode-test.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,8 @@ file name and check that the faces of the fonts in the buffer match."
158158
,(if faces
159159
`(should (equal
160160
(php-mode-test--parse-list-file
161-
(concat (expand-file-name ,file php-mode-test-dir) ".faces"))
161+
(concat (expand-file-name ,file php-mode-test-dir)
162+
,(if (eq t faces) ".faces" faces)))
162163
(php-mode-test--buffer-face-list (current-buffer)))))
163164
(goto-char (point-min))
164165
(let ((case-fold-search nil))

0 commit comments

Comments
 (0)