comparison stream_js_variables.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 e9096949d5f5
children bc0990ea2e5b
comparison
equal deleted inserted replaced
1608:2f00ed2e0d1a 1609:f3ba4c74de31
47 } 47 }
48 } 48 }
49 } 49 }
50 50
51 stream { 51 stream {
52 %%TEST_GLOBALS_STREAM%%
53
52 js_set $test_var test_var; 54 js_set $test_var test_var;
53 js_set $test_not_found test_not_found; 55 js_set $test_not_found test_not_found;
54 56
55 js_include test.js; 57 js_include test.js;
56 58