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

INI file parsing: Improve handling of spaces before and after = #19

Open
PiKeyAr opened this issue Sep 30, 2023 · 0 comments
Open

INI file parsing: Improve handling of spaces before and after = #19

PiKeyAr opened this issue Sep 30, 2023 · 0 comments

Comments

@PiKeyAr
Copy link
Collaborator

PiKeyAr commented Sep 30, 2023

In INI file parsing, spaces before and after the = seem to get in the way of parsing values.

For example Key=value works but Key = value doesn't.

I think it would be fine to check the characters (since there can be multiple spaces or tabs) before the = and, if they exist, assume there are spaces or tabs before the value text begins.

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

No branches or pull requests

1 participant