initial commit
[emacs-init.git] / nxhtml / tests / in / emacswiki-080119.php
1 <?php
2
3   /* There was a problem reported 2008-01-19 on
4      http://www.emacswiki.org/cgi-bin/wiki/NxhtmlMode. The word
5      INCLUDE was highlighted with a different color. However this
6      should now work and the word APP_INCLUDE below should all be in
7      font-lock-warning-face.
8
9      FIXME: When deleting the first star the first time only the first
10      part of the comment is affected.
11    */
12
13 define("APP_INCLUDE", "/home/app/include/"); include_once(APP_INCLUDE . "file.php");
14
15 ?>