Skip to content

Commit b7f1130

Browse files
author
Will Fris
committed
Fix cli-server test 013 according to decreased whitespace output
1 parent ba70ccb commit b7f1130

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

sapi/cli/tests/php_cli_server_013.phpt

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,7 @@ X-Powered-By: PHP/%s
131131
Content-Type: text/html; charset=UTF-8
132132
Content-Length: %d
133133

134-
<!doctype html><html><head><meta name="viewport" content="width=device-width, initial-scale=1"><title>404 Not Found</title><style>AAA</style>
135-
</head><body><h1>Not Found</h1><p>The requested resource <code class="url">/</code> was not found on this server.</p></body></html>
134+
<!doctype html><html><head><meta name="viewport" content="width=device-width, initial-scale=1"><title>404 Not Found</title><style>AAA</style></head><body><h1>Not Found</h1><p>The requested resource <code class="url">/</code> was not found on this server.</p></body></html>
136135
HTTP/1.1 404 Not Found
137136
Host: %s
138137
Date: %s
@@ -141,8 +140,7 @@ X-Powered-By: PHP/%s
141140
Content-Type: text/html; charset=UTF-8
142141
Content-Length: %d
143142

144-
<!doctype html><html><head><meta name="viewport" content="width=device-width, initial-scale=1"><title>404 Not Found</title><style>AAA</style>
145-
</head><body><h1>Not Found</h1><p>The requested resource <code class="url">/main/style.css</code> was not found on this server.</p></body></html>
143+
<!doctype html><html><head><meta name="viewport" content="width=device-width, initial-scale=1"><title>404 Not Found</title><style>AAA</style></head><body><h1>Not Found</h1><p>The requested resource <code class="url">/main/style.css</code> was not found on this server.</p></body></html>
146144
HTTP/1.1 404 Not Found
147145
Host: %s
148146
Date: %s
@@ -161,8 +159,7 @@ Content-Type: text/html; charset=UTF-8
161159
Content-Length: %d
162160
Allow: GET, HEAD, POST
163161

164-
<!doctype html><html><head><meta name="viewport" content="width=device-width, initial-scale=1"><title>405 Method Not Allowed</title><style>AAA</style>
165-
</head><body><h1>Method Not Allowed</h1><p>Requested method not allowed.</p></body></html>
162+
<!doctype html><html><head><meta name="viewport" content="width=device-width, initial-scale=1"><title>405 Method Not Allowed</title><style>AAA</style></head><body><h1>Method Not Allowed</h1><p>Requested method not allowed.</p></body></html>
166163
HTTP/1.1 405 Method Not Allowed
167164
Host: %s
168165
Date: %s
@@ -172,8 +169,7 @@ Content-Type: text/html; charset=UTF-8
172169
Content-Length: %d
173170
Allow: GET, HEAD, POST
174171

175-
<!doctype html><html><head><meta name="viewport" content="width=device-width, initial-scale=1"><title>405 Method Not Allowed</title><style>AAA</style>
176-
</head><body><h1>Method Not Allowed</h1><p>Requested method not allowed.</p></body></html>
172+
<!doctype html><html><head><meta name="viewport" content="width=device-width, initial-scale=1"><title>405 Method Not Allowed</title><style>AAA</style></head><body><h1>Method Not Allowed</h1><p>Requested method not allowed.</p></body></html>
177173
HTTP/1.1 405 Method Not Allowed
178174
Host: %s
179175
Date: %s
@@ -183,5 +179,4 @@ Content-Type: text/html; charset=UTF-8
183179
Content-Length: %d
184180
Allow: GET, HEAD, POST
185181

186-
<!doctype html><html><head><meta name="viewport" content="width=device-width, initial-scale=1"><title>405 Method Not Allowed</title><style>AAA</style>
187-
</head><body><h1>Method Not Allowed</h1><p>Requested method not allowed.</p></body></html>
182+
<!doctype html><html><head><meta name="viewport" content="width=device-width, initial-scale=1"><title>405 Method Not Allowed</title><style>AAA</style></head><body><h1>Method Not Allowed</h1><p>Requested method not allowed.</p></body></html>

0 commit comments

Comments
 (0)