Home
last modified time | relevance | path

Searched refs:redirect_value (Results 1 – 1 of 1) sorted by relevance

/third_party/node/test/parallel/
Dtest-unicode-node-options.js23 const redirect_value = getOptionValue('--redirect-warnings'); constant
24 console.log(`--redirect-warings=${redirect_value}`);
25 assert.strictEqual(redirect_value, expected_redirect_value);