diff js.t @ 1520:9521130f6f22

Tests: js TODO adjusted.
author Dmitry Volyntsev <xeioex@nginx.com>
date Tue, 15 Oct 2019 19:36:25 +0300
parents 558d3d9a000c
children ca0858ef7d3d
line wrap: on
line diff
--- a/js.t
+++ b/js.t
@@ -245,17 +245,11 @@ like(http_get('/arg?foO=12345'), qr/arg=
 like(http_get('/iarg?foo=12345&foo2=bar&nn=22&foo-3=z'), qr/12345barz/,
 	'r.args iteration');
 
-TODO: {
-local $TODO = 'not yet'
-		unless http_get('/njs') =~ /^([.0-9]+)$/m && $1 ge '0.3.0';
-
 like(http_get('/iarg?foo=123&foo2=&foo3&foo4=456'), qr/123undefined456/,
 	'r.args iteration 2');
 like(http_get('/iarg?foo=123&foo2=&foo3'), qr/123/, 'r.args iteration 3');
 like(http_get('/iarg?foo=123&foo2='), qr/123/, 'r.args iteration 4');
 
-}
-
 like(http_get('/status'), qr/204 No Content/, 'r.status');
 
 like(http_post('/body'), qr/REQ-BODY/, 'request body');