Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support expands dot variables and add go mod file #98

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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.

None yet

1 participant