summaryrefslogtreecommitdiff
path: root/tests/lang/comments2.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lang/comments2.phpt')
-rw-r--r--tests/lang/comments2.phpt9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/lang/comments2.phpt b/tests/lang/comments2.phpt
new file mode 100644
index 0000000..8d727d9
--- /dev/null
+++ b/tests/lang/comments2.phpt
@@ -0,0 +1,9 @@
+--TEST--
+#-style comments (part 2)
+--FILEEOF--
+<?php
+if (1) {
+?>
+#<?php }
+--EXPECT--
+#