aboutsummaryrefslogtreecommitdiff
path: root/test-suite/tests/valid.rs
AgeCommit message (Collapse)AuthorLines
2021-03-21hilarious and original jokeHEADmainMelody Horn-98/+98
2020-05-28Allow delimiter quotes at the end of multiline strings (#393)pyfisch-0/+6
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
2019-11-22Mixed type arrays (#358)daubaris-0/+15
* Added support of mixed-type arrays * Add tests cases * Replaced &'static str type for type_ and created a new enum instead * Restored ArrayMixedType
2019-08-23Allow zero-prefixed float exponents. (#322)Eric Huss-0/+6
2019-05-08cargo fmtEric Huss-159/+270
2019-04-05Add some missing tests, and sort some entries.Eric Huss-0/+3
2019-04-02Fix warnings for deprecated usages of trim_{left,right}_matches.Erich Gubler-1/+1
2018-10-01Avoid panic on pretty string ending in single quoteMatti Niemenmaa-0/+4
Fixes #262.
2018-07-160.5: Support dotted keys.Eric Huss-1/+4
cc #224
2017-11-12Move tests into their own crateDavid Tolnay-0/+249