-
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
bug: comma in list's value is not parsed properly #322
Comments
This is the offending line: |
Awesome!
Thanks
… On Oct 15, 2020, at 5:23 PM, markman123 ***@***.***> wrote:
This is the offending line:
https://github.com/uiri/toml/blob/master/toml/decoder.py#L946
Working on a pull request now
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
In the meantime, it's possible to work around this with unicode escapes:
It's not pretty, but it works. |
I was hit by this as well. |
Hey @uiri |
This hit me too - thanks for the workaround @ZeroKnight |
By the way, I have stopped using this library.
|
toml==0.10.1
So the result's list's length is 3 instead of 2.
The text was updated successfully, but these errors were encountered: