aboutsummaryrefslogtreecommitdiff
path: root/test-suite/tests/invalid
AgeCommit message (Collapse)AuthorLines
2021-03-21hilarious and original jokeHEADmainMelody Horn-1/+1
2019-11-22Mixed type arrays (#358)daubaris-3/+0
* Added support of mixed-type arrays * Add tests cases * Replaced &'static str type for type_ and created a new enum instead * Restored ArrayMixedType
2019-04-05Fix float with invalid suffix.Eric Huss-0/+1
2019-01-07Fix disallowing duplicate table headersAlex Crichton-0/+8
This commit fixes #279 where a case of duplicate table headers slipped through the cracks. This also adds an option to disable this new validation to allow Cargo to preserve backwards compatibility.
2018-10-27Allow whitespace after line ending backslash (#162)Joey Hain-0/+3
2017-11-12Move tests into their own crateDavid Tolnay-0/+81