summaryrefslogtreecommitdiffstats
path: root/emacs.d/nxhtml/tests/in/bug400415-foo.php
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/nxhtml/tests/in/bug400415-foo.php')
-rw-r--r--emacs.d/nxhtml/tests/in/bug400415-foo.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/emacs.d/nxhtml/tests/in/bug400415-foo.php b/emacs.d/nxhtml/tests/in/bug400415-foo.php
deleted file mode 100644
index 8e40934..0000000
--- a/emacs.d/nxhtml/tests/in/bug400415-foo.php
+++ /dev/null
@@ -1,9 +0,0 @@
-<?php
-
-class Foo {
- public function foo() {
- $foo = <<<EOT_SQL
- I am a heredoc
-EOT_SQL
- }
-}