toml-rs/test-suite/tests/invalid
Alex Crichton 184d16b4a3 Fix disallowing duplicate table headers
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.
2019-01-07 09:06:04 -08:00
..
array-mixed-types-arrays-and-ints.toml
array-mixed-types-ints-and-floats.toml
array-mixed-types-strings-and-ints.toml
datetime-malformed-no-leads.toml
datetime-malformed-no-secs.toml
datetime-malformed-no-t.toml
datetime-malformed-with-milli.toml
duplicate-key-table.toml
duplicate-keys.toml
duplicate-table.toml Fix disallowing duplicate table headers 2019-01-07 09:06:04 -08:00
duplicate-tables.toml
empty-implicit-table.toml
empty-table.toml
float-no-leading-zero.toml
float-no-trailing-digits.toml
key-after-array.toml
key-after-table.toml
key-empty.toml
key-hash.toml
key-newline.toml
key-open-bracket.toml
key-single-open-bracket.toml
key-space.toml
key-start-bracket.toml
key-two-equals.toml
string-bad-byte-escape.toml
string-bad-escape.toml
string-bad-line-ending-escape.toml Allow whitespace after line ending backslash (#162) 2018-10-27 12:49:17 -07:00
string-byte-escapes.toml
string-no-close.toml
table-array-implicit.toml
table-array-malformed-bracket.toml
table-array-malformed-empty.toml
table-empty.toml
table-nested-brackets-close.toml
table-nested-brackets-open.toml
table-whitespace.toml
table-with-pound.toml
text-after-array-entries.toml
text-after-integer.toml
text-after-string.toml
text-after-table.toml
text-before-array-separator.toml
text-in-array.toml