diff stream_js_object.t @ 1609:f3ba4c74de31

Tests: added TEST_GLOBALS_STREAM variable support.
author Andrei Belov <defan@nginx.com>
date Thu, 12 Nov 2020 17:46:49 +0300
parents 9e5d38da7651
children bc0990ea2e5b
line wrap: on
line diff
--- a/stream_js_object.t
+++ b/stream_js_object.t
@@ -49,6 +49,8 @@ http {
 }
 
 stream {
+    %%TEST_GLOBALS_STREAM%%
+
     js_set $test     test;
 
     js_include test.js;