summaryrefslogtreecommitdiffstats
path: root/emacs.d/nxhtml/tests/in/bug370417.php
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/nxhtml/tests/in/bug370417.php')
-rw-r--r--emacs.d/nxhtml/tests/in/bug370417.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/emacs.d/nxhtml/tests/in/bug370417.php b/emacs.d/nxhtml/tests/in/bug370417.php
new file mode 100644
index 0000000..b73534d
--- /dev/null
+++ b/emacs.d/nxhtml/tests/in/bug370417.php
@@ -0,0 +1,10 @@
+<html>
+ <body>
+ <p>
+ <?php
+ echo "foo";
+echo "bar";
+ ?>
+ </p>
+ </body>
+</html>