# HG changeset patch # User Maxim Dounin # Date 1417543714 -10800 # Node ID 34280f6b0bc6e43415e8f2df5e73420772882b90 # Parent 5baf4b01cae4bbb740c6e16027c380e72b6975b7 Tests: trailing spaces. diff --git a/post_action.t b/post_action.t --- a/post_action.t +++ b/post_action.t @@ -81,7 +81,7 @@ like(`cat ${\($t->testdir())}/access.log TODO: { local $TODO = 'broken in 1.5.4' unless $t->has_version('1.7.8'); -# the r->header_sent check in 1.5.4+ results in +# the r->header_sent check in 1.5.4+ results in # "header already sent" alerts like(`grep -F '[alert]' ${\($t->testdir())}/error.log`, qr/^$/s, 'no alerts'); diff --git a/proxy_cache_vary.t b/proxy_cache_vary.t --- a/proxy_cache_vary.t +++ b/proxy_cache_vary.t @@ -228,10 +228,10 @@ like(get('/asterisk', 'gzip'), qr/MISS/m # # o adding or removing whitespace, where allowed in the header field's # syntax -# +# # o combining multiple header fields with the same field name (see # Section 3.2 of [RFC7230]) -# +# # o normalizing both header field values in a way that is known to # have identical semantics, according to the header field's # specification (e.g., reordering field values when order is not diff --git a/syslog.t b/syslog.t --- a/syslog.t +++ b/syslog.t @@ -97,7 +97,7 @@ http { location /debug { limit_req zone=one; error_log syslog:server=127.0.0.1:8080 debug; - } + } location /info { limit_req zone=one; limit_req_log_level info;