Broken parsing of triple-quoted strings with dotted keys #265
Labels
component: decoder
Related to parsing in `toml.load`
syntax: strings
Related to string literals
type: bug
A confirmed bug or unintended behavior
I found another problem with triple quoted strings that seems not to be covered in related open bugs (#123, #230, #237).
but I would expect
{'a': {'b': '123\n'}}
Note that it is the newline inside the triple-quoted string that triggers this error:
The text was updated successfully, but these errors were encountered: