-
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] single quote string parse differently in array of inline table #439
Comments
Firstly, to reproduce this, the value in the inline table doesn't need to be in an array. Secondly the bug is in Thirdly it occurs in all 4 types of Toml string. Running:
with toml_bug.py as:
Gives:
Based solely on the fact that I can't see such a test, I think the issue is that there is no test for matching quotation marks to take the decoder out of "string" mode by flipping
Line 960 in 65bab75
Parsing toml is now possible with the core Python library |
code:
output:
The text was updated successfully, but these errors were encountered: