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	Wed Sep 25 21:29:53 2013 +0400
+++ b/http_location.t	Thu Sep 26 12:51:21 2013 +0400
@@ -119,7 +119,7 @@
 		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,