diff http_host.t @ 1451:9d579fc770a6

Tests: style.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 22 Mar 2019 15:31:10 +0300
parents 882267679006
children 27237569776f
line wrap: on
line diff
--- a/http_host.t
+++ b/http_host.t
@@ -52,7 +52,6 @@ EOF
 
 ###############################################################################
 
-
 is(http_host_header('www.abcd-ef.g02.xyz'), 'www.abcd-ef.g02.xyz',
 	'domain w/o port (host header)');
 is(http_host_header('abcd-ef.g02.xyz:' . port(8080)), 'abcd-ef.g02.xyz',
@@ -191,3 +190,5 @@ Host: localhost
 EOF
 	return ($all ? $r : Test::Nginx::http_content($r));
 }
+
+###############################################################################