PragmaTwice opened a new issue, #799: URL: https://github.com/apache/incubator-kvrocks/issues/799
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-kvrocks/issues) and found no similar issues. ### Version unstable ### Minimal reproduce step In kvrocks.conf ``` somekey1 = value # comment somekey2 = "value x" # comment ``` ### What did you expect to see? The parsed items: ``` {"somekey1": "value", "somekey1": "value x"} ``` ### What did you see instead? The parsed items: ``` {"somekey1": "value # comment", "somekey1": "\"value x\" # comment"} ``` ### Anything Else? _No response_ ### Are you willing to submit a PR? - [ ] I'm willing to submit a PR! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
