toml-rs/test-suite/tests/invalid
daubaris c822128a02 Mixed type arrays (#358)
* Added support of mixed-type arrays

* Add tests cases

* Replaced &'static str type for type_ and created a new enum instead

* Restored ArrayMixedType
2019-11-22 10:28:29 -06:00
..
datetime-malformed-no-leads.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
datetime-malformed-no-secs.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
datetime-malformed-no-t.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
datetime-malformed-with-milli.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
duplicate-key-table.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
duplicate-keys.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
duplicate-table.toml Fix disallowing duplicate table headers 2019-01-07 09:06:04 -08:00
duplicate-tables.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
empty-implicit-table.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
empty-table.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
float-no-leading-zero.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
float-no-suffix.toml Fix float with invalid suffix. 2019-04-05 13:51:28 -07:00
float-no-trailing-digits.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
key-after-array.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
key-after-table.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
key-empty.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
key-hash.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
key-newline.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
key-open-bracket.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
key-single-open-bracket.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
key-space.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
key-start-bracket.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
key-two-equals.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
string-bad-byte-escape.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
string-bad-escape.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
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 Move tests into their own crate 2017-11-12 19:33:11 -08:00
string-no-close.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
table-array-implicit.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
table-array-malformed-bracket.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
table-array-malformed-empty.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
table-empty.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
table-nested-brackets-close.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
table-nested-brackets-open.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
table-whitespace.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
table-with-pound.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
text-after-array-entries.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
text-after-integer.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
text-after-string.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
text-after-table.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
text-before-array-separator.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
text-in-array.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00