Skip to content

Commit c51953d

Browse files
authored
remove extra spaces
1 parent 6cdf8a8 commit c51953d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

workspaces/config/test/env-replace.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@ t.equal(envReplace('\\\\${foo?}', env), '\\bar', 'double escape allows optional
2121
t.equal(envReplace('${baz?}', env), '', 'replaces undefined variable with empty string when using ? modifier')
2222
t.equal(envReplace('\\${baz?}', env), '${baz?}', 'escapes undefined optional variable')
2323
t.equal(envReplace('\\\\${baz?}', env), '\\', 'double escape with undefined optional variable results in empty replacement')
24-

0 commit comments

Comments
 (0)