summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2008-01-10 01:41:25 +0000
committerIlia Alshanetsky <iliaa@php.net>2008-01-10 01:41:25 +0000
commit1300527db5f33516ef5c02a5561580188fe9dd26 (patch)
tree36a62b03c1398c4a08df09d14c1de81c0ec79e55 /tests
parent3aa92689764f3b4327219d0b4068b0e8d2638a6e (diff)
downloadphp-git-1300527db5f33516ef5c02a5561580188fe9dd26.tar.gz
Fixed test
Diffstat (limited to 'tests')
-rw-r--r--tests/basic/026.phpt3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/basic/026.phpt b/tests/basic/026.phpt
index 3d0d9df1ec..78a18a4758 100644
--- a/tests/basic/026.phpt
+++ b/tests/basic/026.phpt
@@ -15,5 +15,4 @@ var_dump($_POST, $HTTP_RAW_POST_DATA);
--EXPECT--
array(0) {
}
-string(10) "a=1&b=ZYX
-" \ No newline at end of file
+string(9) "a=1&b=ZYX" \ No newline at end of file