summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2005-03-07 16:55:21 +0000
committerZeev Suraski <zeev@php.net>2005-03-07 16:55:21 +0000
commit166713abacd29ef52ee4a80e4a4b516676b84d24 (patch)
treeb5b7892d6487427d8be019419eac31640b1c0a1d /tests
parent3dffe40cc4329636b5a59d5586cfd8e883b3fa2d (diff)
downloadphp-git-166713abacd29ef52ee4a80e4a4b516676b84d24.tar.gz
Remove test case for a Won't Fix bug
Diffstat (limited to 'tests')
-rw-r--r--tests/basic/bug31672.phpt8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/basic/bug31672.phpt b/tests/basic/bug31672.phpt
deleted file mode 100644
index 450427630f..0000000000
--- a/tests/basic/bug31672.phpt
+++ /dev/null
@@ -1,8 +0,0 @@
---TEST--
-Bug #31672 (one-line comment with </script>)
---FILE--
-<?php echo "Foo"; // ?>bar
-<?php echo "Foo"; // </script>bar
---EXPECT--
-Foobar
-Foobar