Closed oturpe closed 8 months ago
showing failing spec here: https://github.com/motdotla/dotenv-expand/pull/108
fixed here. will go out as part of v11.0.0
(should be released today or tomorrow) https://github.com/motdotla/dotenv-expand/pull/108
Nice, thanks!
Consider the following env file:
When NO is not defined and YES and YESS are defined, this results in:
In other words, if ONE and TWO are both defined, $ONE$TWO evaluates to undefined. This is highly unintuitive. I expect both variables to be expanded in this case.
As a workaround, ${ONE}${TWO} works as expected.
Version: 10.0.0
This used to work with 5.1.0.