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.
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.