toml-rs/test-suite
pyfisch af05f537d8 Allow delimiter quotes at the end of multiline strings (#393)
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
2020-05-28 10:39:55 -05:00
..
benches Replace the test added by #349 with a bench (#351) 2019-10-29 09:10:15 -05:00
tests Allow delimiter quotes at the end of multiline strings (#393) 2020-05-28 10:39:55 -05:00
Cargo.toml Replace the test added by #349 with a bench (#351) 2019-10-29 09:10:15 -05:00