Skip to content

fix: fixed issues with adding new properties - #70

Merged
quintesse merged 2 commits into
mainfrom
fix_eof
Sep 23, 2026
Merged

quintesse merged 2 commits into
mainfrom
fix_eof

Conversation

@quintesse

@quintesse quintesse commented Sep 23, 2026 •

Copy link
Copy Markdown
Collaborator

Thanks to @nx-eric-jarosch for pointing out these issues!

Adding new properties at the end of a properties list caused elements to
be added in the wrong order resulting in incorrect placement of the EOL
token.
This was thirowing an illegal state exception because the code assumed
that any previous property had to end in a VALUE. But this didn't take
into account partial properties that either don't have a value or don't
even have a separator (=).
@quintesse
quintesse merged commit cdc9fc7 into main Sep 23, 2026
1 check passed
@quintesse
quintesse deleted the fix_eof branch September 23, 2026 11:50
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.

1 participant