X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fmessage001.phpt;h=7b6b534d8e5d59f89633f8393059639a56abb0e1;hp=8a10811fb1f887e14d5c0bc8022ace14abd0b703;hb=61c5a47e7530b142df6b67332e60a339998c2492;hpb=2e9ac0202f2c5f1cb94e0afd4b66c1c35c316284 diff --git a/tests/message001.phpt b/tests/message001.phpt index 8a10811..7b6b534 100644 --- a/tests/message001.phpt +++ b/tests/message001.phpt @@ -10,6 +10,11 @@ echo "Test\n"; use http\Message as HttpMessage; +try { + echo new HttpMessage(" gosh\n nosh\n "); +} catch (Exception $ignore) { +} + $m = new HttpMessage(); echo $m; var_dump(