Skip to content

Commit 2fc5562

Browse files
authored
Merge pull request #528 from emacs-php/quickfix/expand-variable-in-test
Fix macro expansion
2 parents 89b9d34 + 94b7816 commit 2fc5562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php-mode-test.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ file name and check that the faces of the fonts in the buffer match."
159159
`(should (equal
160160
(php-mode-test--parse-list-file
161161
(concat (expand-file-name ,file php-mode-test-dir)
162-
,(if (eq t faces) ".faces" faces)))
162+
(if (eq t ,faces) ".faces" ,faces)))
163163
(php-mode-test--buffer-face-list (current-buffer)))))
164164
(goto-char (point-min))
165165
(let ((case-fold-search nil))

0 commit comments

Comments
 (0)