summaryrefslogtreecommitdiffstats
path: root/emacs.d/nxhtml/tests/in/short-tags.php
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/nxhtml/tests/in/short-tags.php')
-rw-r--r--emacs.d/nxhtml/tests/in/short-tags.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs.d/nxhtml/tests/in/short-tags.php b/emacs.d/nxhtml/tests/in/short-tags.php
new file mode 100644
index 0000000..a297e03
--- /dev/null
+++ b/emacs.d/nxhtml/tests/in/short-tags.php
@@ -0,0 +1,3 @@
+<? $foo=1 ?>, <?= "bla" ?>
+ instead of
+<?php $foo=1 ?>, <?php echo "bla" ?>