summaryrefslogtreecommitdiffstats
path: root/emacs.d/nxhtml/tests/in/only-php.php
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/nxhtml/tests/in/only-php.php')
-rw-r--r--emacs.d/nxhtml/tests/in/only-php.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/emacs.d/nxhtml/tests/in/only-php.php b/emacs.d/nxhtml/tests/in/only-php.php
new file mode 100644
index 0000000..ef54982
--- /dev/null
+++ b/emacs.d/nxhtml/tests/in/only-php.php
@@ -0,0 +1,10 @@
+<?php
+include 'header.php';
+if (dff) {
+ thank();
+ // Bad indentation on next line?
+ }
+for (;;) {
+ you();
+}
+?>