comparison stream_js_buffer.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 a35445ae8de7
children 7cf848422b28
comparison
equal deleted inserted replaced
1791:42d9fd20eeb6 1792:d16310f0ada7
55 } 55 }
56 } 56 }
57 } 57 }
58 58
59 stream { 59 stream {
60 %%TEST_GLOBALS_STREAM%%
61
60 js_import test.js; 62 js_import test.js;
61 63
62 js_set $type test.type; 64 js_set $type test.type;
63 js_set $binary_var test.binary_var; 65 js_set $binary_var test.binary_var;
64 66