Skip to content

Conversation

@fifsky
Copy link

@fifsky fifsky commented Mar 18, 2020

In unit tests varibales with "." in the name is allowed

	// it 'parses varibales with "." in the name' do
	// expect(env('FOO.BAR=foobar')).to eql('FOO.BAR' => 'foobar')
	parseAndCompare(t, "FOO.BAR=foobar", "FOO.BAR", "foobar")

So, expands should support varibales with "." in the name:

FOO.BAR=test
FOO2=${FOO.BAR}

And, I added the go mod file. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant