comparison stream_js_ngx.t @ 1792:d16310f0ada7

Tests: added missing TEST_GLOBALS_STREAM templates.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 26 Sep 2022 15:49:15 +0400
parents 4eb2a82dd9b5
children 7cf848422b28
comparison
equal deleted inserted replaced
1791:42d9fd20eeb6 1792:d16310f0ada7
47 } 47 }
48 } 48 }
49 } 49 }
50 50
51 stream { 51 stream {
52 %%TEST_GLOBALS_STREAM%%
53
52 js_import test.js; 54 js_import test.js;
53 55
54 js_set $log test.log; 56 js_set $log test.log;
55 57
56 server { 58 server {