diff --git a/php-mode-test.el b/php-mode-test.el index c407fda3..edb87087 100644 --- a/php-mode-test.el +++ b/php-mode-test.el @@ -930,7 +930,8 @@ style from Drupal." (ert-deftest php-mode-test-issue-443 () "This case allows you to color things that are not authentic PHP tags (ex. `" . php-php-tag) + ("\n") + ("/** GitHub Issue: " . font-lock-doc-face) + ("https://github.com/emacs-php/php-mode/issues/443" link font-lock-doc-face) + (" */" . font-lock-doc-face) + ("\n") + ("" . php-php-tag) + ("\n") + ("" . php-php-tag) + ("\n") + ("" . php-php-tag) + ("\n") + ("<%" . php-php-tag) + (" ") + ("echo" . php-keyword) + (" ") + ("\"obsolete ASP tags\"" . php-string) + (" ") + ("%>" . php-php-tag) + ("\n") + ("" . php-php-tag) + ("\n") + ("" . php-php-tag) + ("\n") + ("" . php-php-tag) + ("\n") + ("" . php-php-tag) + ("\n"))