afd1fa2217
In TOML's triple-quoted strings, it's allowed to place quotes just next to the triple quotes. foo = '''bar'''' ^ part of the string contents ^^^ closing sequence We greedily interpret the first three single quotes as closing sequence. As a result the remaining single quote wrongly opens a new string. Fix this by only treating triple quotes as closing if they are not followed by another quote. I don't think there is another possible interpretation of quadruple quotes in TOML, so this should not affect other valid inputs. Fixes #4143 |
||
---|---|---|
.. | ||
detection | ||
filetype | ||
tools | ||
windowing |