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

internal/ini: fixing bug where '//' was assumed to be a comment #2240

Merged
merged 1 commit into from
Oct 31, 2018

Conversation

xibz
Copy link
Contributor

@xibz xibz commented Oct 31, 2018

This change fixes a bug where // were parsed to be comments which was not previously supported. In addition, fixed the skipper to break out of the parse loop if there are no tokens left to parse and we are in a skip state which was discovered to be a bug during updating of the // comment tests.

Fixes #2239

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.

internal/ini - failure to parse some credentials
2 participants