We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Looks like comments are ignored only if they start the line. In my file I did something like
[Some group];some comment
and it wasn't parsed correctly as a group.
It should be possible to put comments in regular lines, in which case they should be just trimmed out from the end.
The text was updated successfully, but these errors were encountered:
Fix datafolklabs#36
38944c2
3e5b938
770afaa
Merge pull request #37 from jasonwbarnett/fix-comment-issue
dae22ab
Fix #36
No branches or pull requests
Looks like comments are ignored only if they start the line. In my file I did something like
and it wasn't parsed correctly as a group.
It should be possible to put comments in regular lines, in which case they should be just trimmed out from the end.
The text was updated successfully, but these errors were encountered: