X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fparse_message_002.phpt;h=95a281570b452bf9a027e8953cfbc1361c292d4c;hp=d82aac9232b57458773005108bd3a3c7a8ab0be8;hb=99b27b9e44043e5ff1bd53f2a1e3b007cfd16a42;hpb=9748cdee0eef4cf592a55934b8888f6cb05516ae diff --git a/tests/parse_message_002.phpt b/tests/parse_message_002.phpt index d82aac9..95a2815 100644 --- a/tests/parse_message_002.phpt +++ b/tests/parse_message_002.phpt @@ -13,13 +13,13 @@ $message = "Transfer-Encoding: identity\n". "Content-Length: 3\n". "Content-Type: text/plain\n\n". -"Hi!foo"; +"Hi!\n\n\n\n"; print_r(http_parse_message($message)); echo "Done\n"; --EXPECTF-- -%sTEST +%aTEST stdClass Object ( [type] => 2