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

Improve dts string prop value parsing #21

Merged

Conversation

Demon000
Copy link
Contributor

Given the prop vendor,settings = ","
the string parsing logic splits it into ['', '"'], which is invalid.
Improve the parsing logic to only allow valid props, and solve this edge case.

Signed-off-by: Cosmin Tanislav demonsingur@gmail.com

Given the prop vendor,settings = ","
the string parsing logic splits it into ['', '"'],
which is invalid.
Improve the parsing logic to only allow valid props,
and solve this edge case.

Signed-off-by: Cosmin Tanislav <demonsingur@gmail.com>
@Demon000 Demon000 force-pushed the improve-dts-string-prop-value-parsing branch from 91c1c25 to 52b97c5 Compare January 13, 2023 13:16
@molejar molejar merged commit 6039b9b into molejar:master Sep 18, 2024
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.

2 participants