diff http_location.t @ 343:e7dc8f4d0a4b

Tests: whitespace and spelling fixes.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 26 Sep 2013 12:51:21 +0400
parents b86d60e4cb96
children 847ea345becb
line wrap: on
line diff
--- a/http_location.t
+++ b/http_location.t
@@ -119,7 +119,7 @@ SKIP: {
 		if $^O eq 'MSWin32' or $^O eq 'darwin';
 
 	like(http_get('/CASEFULL/'), qr/X-Location: root/,
-     		'casefull regex do not match wrong case');
+		'casefull regex do not match wrong case');
 }
 
 # on case-insensitive systems a request to "/UPPERCASE" fails,