diff body_chunked.t @ 537:202de1d281e5

Tests: whitespace fixes.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 24 Mar 2015 14:44:32 +0300
parents a9621dbbd0d4
children e9064d691790
line wrap: on
line diff
--- a/body_chunked.t
+++ b/body_chunked.t
@@ -131,7 +131,7 @@ like(http_get_body('/discard', '01234567
 # proxy_next_upstream
 
 like(http_get_body('/next', '0123456789'),
-        qr/X-Body: 0123456789\x0d?$/ms, 'body chunked next upstream');
+	qr/X-Body: 0123456789\x0d?$/ms, 'body chunked next upstream');
 
 ###############################################################################