Skip to content
Commit 486b6a39 authored by Igor Kushnir's avatar Igor Kushnir
Browse files

Support escaping backslash before dollar in environment variables

Before this change expandVariable() transformed "\\\\$var2" into "$var2"
instead of expanding $var2 even though it replaced "\\\\" with "\\" in
other cases.

Add more expandVariables() tests.
parent 2302e9e6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment