changeset 507:34280f6b0bc6

Tests: trailing spaces.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 02 Dec 2014 21:08:34 +0300
parents 5baf4b01cae4
children 4ac60aad723e
files post_action.t proxy_cache_vary.t syslog.t
diffstat 3 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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');
--- 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
--- 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;