comparison http_host.t @ 212:a7cc4371f4ad

Tests: whitespace fixes.
author Maxim Dounin <mdounin@mdounin.ru>
date Fri, 23 Mar 2012 20:24:13 +0400
parents e43af26ac6ea
children ba992cfdc606
comparison
equal deleted inserted replaced
211:ee8fee3c4ae8 212:a7cc4371f4ad
105 105
106 } 106 }
107 107
108 is(http_host_header('[abcd::ef98:0:7654:321]:80'), '[abcd::ef98:0:7654:321]', 108 is(http_host_header('[abcd::ef98:0:7654:321]:80'), '[abcd::ef98:0:7654:321]',
109 'ipv6 literal w/port (host header)'); 109 'ipv6 literal w/port (host header)');
110 110
111 TODO: { 111 TODO: {
112 local $TODO = 'ipv6 literals'; 112 local $TODO = 'ipv6 literals';
113 113
114 is(http_absolute_path('[abcd::ef98:0:7654:321]'), '[abcd::ef98:0:7654:321]', 114 is(http_absolute_path('[abcd::ef98:0:7654:321]'), '[abcd::ef98:0:7654:321]',
115 'ipv6 literal w/o port (absolute request)'); 115 'ipv6 literal w/o port (absolute request)');