]> granicus.if.org Git - php/commitdiff
uhm, forgot to commit this one
authorNuno Lopes <nlopess@php.net>
Sun, 6 Jul 2008 16:43:36 +0000 (16:43 +0000)
committerNuno Lopes <nlopess@php.net>
Sun, 6 Jul 2008 16:43:36 +0000 (16:43 +0000)
tests/lang/bug44654.phpt [new file with mode: 0755]

diff --git a/tests/lang/bug44654.phpt b/tests/lang/bug44654.phpt
new file mode 100755 (executable)
index 0000000..7e7f973
--- /dev/null
@@ -0,0 +1,8 @@
+--TEST--
+Bug #44654 (syntax error for #)
+--FILE--
+#<?php echo 1; ?>
+<?php if (1) { ?>#<?php } ?>
+#<?php echo 1; ?>
+--EXPECT--
+##1