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

Fix edge cases when parsing subproperties #2359

Merged
merged 3 commits into from
Nov 9, 2023

Conversation

isaiahvita
Copy link
Contributor

@isaiahvita isaiahvita commented Nov 8, 2023

BREAKFIX:
Sub properties require that whitespace precede a property definition. In order to support sub-properties, normal property definitions with preceding whitespace must be considered invalid. This breaks previous behavior where preceding whitespace in front of a property definition is ignored.

Fixes: #2349

@isaiahvita isaiahvita requested a review from a team as a code owner November 8, 2023 23:55
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.

Change to INI file parsing in [email protected] and [email protected]
2 participants