# HG changeset patch # User Sergey Kandaurov # Date 1653562150 -14400 # Node ID 3580ad4b575fbd7abe2ba46ffc3d955f1d260849 # Parent 8f13779e2cde12ba7663760f0101ce8e3120dc2d Tests: fixed js_internal_redirect.t TODO. diff --git a/js_internal_redirect.t b/js_internal_redirect.t --- a/js_internal_redirect.t +++ b/js_internal_redirect.t @@ -41,6 +41,10 @@ http { listen 127.0.0.1:8080; server_name localhost; + location /njs { + js_content test.njs; + } + location /test { js_content test.redirect; } @@ -59,6 +63,10 @@ http { EOF $t->write_file('test.js', <