diff options
| author | Antony Dovgal <tony2001@php.net> | 2008-01-10 08:45:06 +0000 |
|---|---|---|
| committer | Antony Dovgal <tony2001@php.net> | 2008-01-10 08:45:06 +0000 |
| commit | 2fe13db7acef97cdf79023bb67dc66704972ee73 (patch) | |
| tree | 017856b7330a936fccd70830fe322be9697b753d /tests | |
| parent | d5bd104d9d03ad39d789b90c74967152de70dc23 (diff) | |
| download | php-git-2fe13db7acef97cdf79023bb67dc66704972ee73.tar.gz | |
fix test
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/basic/026.phpt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/basic/026.phpt b/tests/basic/026.phpt index 3d0d9df1ec..aa47a04af3 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(10) "a=1&b=ZYX" |
