# HG changeset patch # User Sergey Kandaurov # Date 1553257870 -10800 # Node ID 9d579fc770a6c83bd21dc44de7f89a7253709d36 # Parent 5f53a1d6b83c54c3e572791b14e79a7afd99fd59 Tests: style. diff --git a/config_dump.t b/config_dump.t --- a/config_dump.t +++ b/config_dump.t @@ -108,3 +108,5 @@ sub getconf { $s =~ tr/\r//d; return $s; } + +############################################################################### diff --git a/http_host.t b/http_host.t --- 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)); } + +############################################################################### diff --git a/js_request_body.t b/js_request_body.t --- a/js_request_body.t +++ b/js_request_body.t @@ -116,3 +116,5 @@ sub http_post_big { return http($p, %extra); } + +############################################################################### diff --git a/proxy_redirect.t b/proxy_redirect.t --- a/proxy_redirect.t +++ b/proxy_redirect.t @@ -149,3 +149,5 @@ sub http_get_refresh { http_get($url) =~ /^Refresh:\s(.+?)\x0d?$/mi; return $1; } + +############################################################################### diff --git a/sub_filter_buffering.t b/sub_filter_buffering.t --- a/sub_filter_buffering.t +++ b/sub_filter_buffering.t @@ -99,3 +99,5 @@ sub http_daemon { "xyz"; } } + +###############################################################################