Skip to content

Commit 1bd3091

Browse files
committed
Tests: style.
1 parent ea41422 commit 1bd3091

File tree

5 files changed

+10
-1
lines changed

5 files changed

+10
-1
lines changed

config_dump.t

+2
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,5 @@ sub getconf {
108108
$s =~ tr/\r//d;
109109
return $s;
110110
}
111+
112+
###############################################################################

http_host.t

+2-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ $t->run();
5252

5353
###############################################################################
5454

55-
5655
is(http_host_header('www.abcd-ef.g02.xyz'), 'www.abcd-ef.g02.xyz',
5756
'domain w/o port (host header)');
5857
is(http_host_header('abcd-ef.g02.xyz:' . port(8080)), 'abcd-ef.g02.xyz',
@@ -191,3 +190,5 @@ Host: localhost
191190
EOF
192191
return ($all ? $r : Test::Nginx::http_content($r));
193192
}
193+
194+
###############################################################################

js_request_body.t

+2
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,5 @@ sub http_post_big {
116116

117117
return http($p, %extra);
118118
}
119+
120+
###############################################################################

proxy_redirect.t

+2
Original file line numberDiff line numberDiff line change
@@ -149,3 +149,5 @@ sub http_get_refresh {
149149
http_get($url) =~ /^Refresh:\s(.+?)\x0d?$/mi;
150150
return $1;
151151
}
152+
153+
###############################################################################

sub_filter_buffering.t

+2
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,5 @@ sub http_daemon {
9999
"xyz";
100100
}
101101
}
102+
103+
###############################################################################

0 commit comments

Comments
 (0)