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.
2 parents 89b9d34 + 94b7816 commit 2fc5562Copy full SHA for 2fc5562
php-mode-test.el
@@ -159,7 +159,7 @@ file name and check that the faces of the fonts in the buffer match."
159
`(should (equal
160
(php-mode-test--parse-list-file
161
(concat (expand-file-name ,file php-mode-test-dir)
162
- ,(if (eq t faces) ".faces" faces)))
+ (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