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 89b9d34 commit 94b7816Copy full SHA for 94b7816
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