-
Notifications
You must be signed in to change notification settings - Fork 191
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
Cannot roundtrip strings with \x in them #411
Comments
Investigating this further with other toml libraries, it seems that the string encoder of this
|
I don't know about the tool-spec and what is expected from it, is it that all backslashes should be escaped with another backslash? If so, I would be glad to provide a pull request as this is currently blocking my usage of this library through responses. |
Yes, this is #404. You should probably move away from this library. I switched to |
While using responses to mock a response for
http://google.com
, I got an error because the output from google was saved, but couldn't be read again afterwards. After some searching, I was able to reduce the problem down to this:Original context looked more like this:
This seems like a bug in toml? If not, what to do to make this work?
The text was updated successfully, but these errors were encountered: