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

[BUG] set fails quietly when a string contains un-escaped special characters #25

Open
Coachonko opened this issue Jun 16, 2023 · 0 comments

Comments

@Coachonko
Copy link
Contributor

Coachonko commented Jun 16, 2023

When set is given a string containing particular special characters, such as double quotes ("), the value is not set and no error is given.
This bug extends to set_opts.
Recommended solution: escape special characters inside of set method and removing escapes when get'ting a value back.
These methods should not return bool values but nothing or error types (!).

@Coachonko Coachonko changed the title set fails quietly when a string contains un-escaped special characters [BUG] set fails quietly when a string contains un-escaped special characters Jun 16, 2023
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