We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fb2b33 commit 5613f17Copy full SHA for 5613f17
php-mode-test.el
@@ -158,7 +158,8 @@ file name and check that the faces of the fonts in the buffer match."
158
,(if faces
159
`(should (equal
160
(php-mode-test--parse-list-file
161
- (concat (expand-file-name ,file php-mode-test-dir) ".faces"))
+ (concat (expand-file-name ,file php-mode-test-dir)
162
+ ,(if (eq t faces) ".faces" faces)))
163
(php-mode-test--buffer-face-list (current-buffer)))))
164
(goto-char (point-min))
165
(let ((case-fold-search nil))
0 commit comments