comparison 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
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 test; 54 js_set $test test;
53 55
54 js_include test.js; 56 js_include test.js;
55 57
56 server { 58 server {