Lone quote in string isn't parsed correctly #368
Labels
component: decoder
Related to parsing in `toml.load`
syntax: strings
Related to string literals
type: bug
A confirmed bug or unintended behavior
Something like the following:
Should parse as
{"a": "\""}
but instead parses as{"a": ""}
. Minimal example:The text was updated successfully, but these errors were encountered: