X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fparse_message_002.phpt;h=281215d4f6a1f3e825981e2832e80956158c0bdf;hb=378dd0f912b3139f1a797cf19e7c4eb88d33f141;hp=d82aac9232b57458773005108bd3a3c7a8ab0be8;hpb=9748cdee0eef4cf592a55934b8888f6cb05516ae;p=m6w6%2Fext-http diff --git a/tests/parse_message_002.phpt b/tests/parse_message_002.phpt index d82aac9..281215d 100644 --- a/tests/parse_message_002.phpt +++ b/tests/parse_message_002.phpt @@ -13,7 +13,7 @@ $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));