We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cdf8a8 commit c51953dCopy full SHA for c51953d
workspaces/config/test/env-replace.js
@@ -21,4 +21,3 @@ t.equal(envReplace('\\\\${foo?}', env), '\\bar', 'double escape allows optional
21
t.equal(envReplace('${baz?}', env), '', 'replaces undefined variable with empty string when using ? modifier')
22
t.equal(envReplace('\\${baz?}', env), '${baz?}', 'escapes undefined optional variable')
23
t.equal(envReplace('\\\\${baz?}', env), '\\', 'double escape with undefined optional variable results in empty replacement')
24
-
0 commit comments