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 value parsed with quotes contains quotes in value #4808

Open
dsherret opened this issue May 21, 2024 · 0 comments
Open

ini file value parsed with quotes contains quotes in value #4808

dsherret opened this issue May 21, 2024 · 0 comments
Labels
bug Something isn't working ini PR welcome A pull request for this issue would be welcome

Comments

@dsherret
Copy link
Member

> parse('value="value"')
{ value: '"value"' }

Should be:

{ value: "value" }

std 0.224.0

@dsherret dsherret added bug Something isn't working needs triage labels May 21, 2024
@iuioiua iuioiua added ini PR welcome A pull request for this issue would be welcome and removed needs triage labels May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ini PR welcome A pull request for this issue would be welcome
Projects
None yet
Development

No branches or pull requests

2 participants