comparison http_uri.t @ 1709:9fac05e479fa

Tests: http_uri.t TODO adjusted.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 29 Jun 2021 11:57:25 +0300
parents 9c79f41fdf9b
children e4e711d07e6c
comparison
equal deleted inserted replaced
1708:7d133fc4619d 1709:9fac05e479fa
75 'port args'); 75 'port args');
76 like(http_get('http://localhost:8080?args#frag'), qr!x / x.*y args y!ms, 76 like(http_get('http://localhost:8080?args#frag'), qr!x / x.*y args y!ms,
77 'port args and frag'); 77 'port args and frag');
78 78
79 TODO: { 79 TODO: {
80 local $TODO = 'not yet'; 80 local $TODO = 'not yet' unless $t->has_version('1.21.1');
81 81
82 like(http_get('/ /'), qr/400 Bad/, 'space'); 82 like(http_get('/ /'), qr/400 Bad/, 'space');
83 83
84 } 84 }
85 85