toml icon indicating copy to clipboard operation
toml copied to clipboard

Multiline triple single-quote issue

Open cowpod opened this issue 3 years ago • 0 comments

It appears that a toml file with a multi-line string (three 's) causes the parser to crash.

key=''' This is a line '''

key2=""" This is also a line """

It's possible that the contents of the line also has something to do with it, but in my experience one or both of the above will cause a crash.

cowpod avatar May 11 '21 04:05 cowpod