Index: t/apache/chunkinput.t
===================================================================
--- t/apache/chunkinput.t	(revision 1685452)
+++ t/apache/chunkinput.t	(working copy)
@@ -6,6 +6,7 @@ use Apache::TestUtil;
 use Apache::TestRequest ();
 
 my @test_strings = ("0",
+                    "A    \r\n1234567890\r\n0",
                     "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
                     );
 my @req_strings =  ("/echo_post_chunk",
@@ -19,6 +20,8 @@ my @resp_strings;
 if (have_apache(1)) {
    @resp_strings = ("HTTP/1.1 200 OK",
                     "HTTP/1.1 404 Not Found",
+                    "HTTP/1.1 200 OK",
+                    "HTTP/1.1 404 Not Found",
                     "HTTP/1.1 400 Bad Request",
                     "HTTP/1.1 400 Bad Request",
 		   );
@@ -26,6 +29,8 @@ if (have_apache(1)) {
 else {
    @resp_strings = ("HTTP/1.1 200 OK",
                     "HTTP/1.1 404 Not Found",
+                    "HTTP/1.1 200 OK",
+                    "HTTP/1.1 404 Not Found",
                     "HTTP/1.1 413 Request Entity Too Large",
                     "HTTP/1.1 413 Request Entity Too Large",
                    );
