release 2.0.0dev8
[m6w6/ext-http] / tests / message001.phpt
index 8a10811fb1f887e14d5c0bc8022ace14abd0b703..aa01e6d53e0302deb62831272d9f33ef5c25dc17 100644 (file)
@@ -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(
@@ -234,7 +239,6 @@ X-Original-Transfer-Encoding: chunked
 Content-Length: 14
 
 Hello, World!
-
 string(3) "1.1"
 bool(true)
 int(200)