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

Inline comments are not ignored when using the tab key #128

Closed
MrDave1999 opened this issue Apr 28, 2023 · 0 comments · Fixed by #129
Closed

Inline comments are not ignored when using the tab key #128

MrDave1999 opened this issue Apr 28, 2023 · 0 comments · Fixed by #129
Labels
bug Something isn't working
Milestone

Comments

@MrDave1999
Copy link
Owner

I have the following .env file:

DB_PASSWORD=123456789	# This comment is not ignored.

And the example code:

new EnvLoader().Load();
var dbPassword = Environment.GetEnvironmentVariable("DB_PASSWORD");
Console.WriteLine("Password=" + dbPassword);

Expected behavior:

Password=123456789

Current behavior:

Password=123456789	# This comment is not ignored.
@MrDave1999 MrDave1999 added the bug Something isn't working label Apr 28, 2023
@MrDave1999 MrDave1999 added this to the 3.0.0 milestone Apr 28, 2023
MrDave1999 added a commit that referenced this issue Apr 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant