Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2020-05-28 | Allow delimiter quotes at the end of multiline strings (#393) | pyfisch | -0/+14 | |
TOML allows (unlike many other formats) up to 2 additonal quotes that are part of the string: basic = """2 extra quotes -->""""" literal = '''here too '''' Changed in TOML v1.0.0-rc.1 See also #392 |