diff ssi.t @ 1937:2a0a6035a1af

Tests: removed TODO and try_run() checks for legacy versions.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 25 Aug 2023 18:12:08 +0400
parents 0605f9a6f7b0
children
line wrap: on
line diff
--- a/ssi.t
+++ b/ssi.t
@@ -148,14 +148,9 @@ like(http_get('/test3.html'), qr/^XtestX
 like(http_get('/test4-echo-none.html'), qr/^X<test>X$/m,
 	'echo encoding none');
 
-TODO: {
-local $TODO = 'no strict URI escaping yet' unless $t->has_version('1.21.1');
-
 like(http_get('/test5-echo-url.html'), qr/^X%3Ctest%3EX$/m,
 	'echo encoding url');
 
-}
-
 like(http_get('/test6-echo-entity.html'), qr/^X&lt;test&gt;X$/m,
 	'echo encoding entity');