toml-rs/test-suite/tests/valid
Michael Sloan 6de25e7cc8 Allow empty table keys
Quoting 68076ffc6d (user-content-keys)

> A bare key must be non-empty, but an empty quoted key is allowed (though discouraged).

See also the discussion in https://github.com/toml-lang/toml/issues/432
2020-01-31 00:17:55 -07:00
..
array-empty.json Move tests into their own crate 2017-11-12 19:33:11 -08:00
array-empty.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
array-mixed-types-arrays-and-ints.json Mixed type arrays (#358) 2019-11-22 10:28:29 -06:00
array-mixed-types-arrays-and-ints.toml Mixed type arrays (#358) 2019-11-22 10:28:29 -06:00
array-mixed-types-ints-and-floats.json Mixed type arrays (#358) 2019-11-22 10:28:29 -06:00
array-mixed-types-ints-and-floats.toml Mixed type arrays (#358) 2019-11-22 10:28:29 -06:00
array-mixed-types-strings-and-ints.json Mixed type arrays (#358) 2019-11-22 10:28:29 -06:00
array-mixed-types-strings-and-ints.toml Mixed type arrays (#358) 2019-11-22 10:28:29 -06:00
array-nospaces.json Move tests into their own crate 2017-11-12 19:33:11 -08:00
array-nospaces.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
arrays-hetergeneous.json Move tests into their own crate 2017-11-12 19:33:11 -08:00
arrays-hetergeneous.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
arrays-nested.json Move tests into their own crate 2017-11-12 19:33:11 -08:00
arrays-nested.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
arrays.json Move tests into their own crate 2017-11-12 19:33:11 -08:00
arrays.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
bool.json Move tests into their own crate 2017-11-12 19:33:11 -08:00
bool.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
comments-everywhere.json Move tests into their own crate 2017-11-12 19:33:11 -08:00
comments-everywhere.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
datetime-truncate.json Move tests into their own crate 2017-11-12 19:33:11 -08:00
datetime-truncate.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
datetime.json Move tests into their own crate 2017-11-12 19:33:11 -08:00
datetime.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
dotted-keys.json Don't allow intermixing inline tables and dotted key tables. 2018-07-27 11:49:30 -07:00
dotted-keys.toml Don't allow intermixing inline tables and dotted key tables. 2018-07-27 11:49:30 -07:00
empty.json Move tests into their own crate 2017-11-12 19:33:11 -08:00
empty.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
example-bom.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
example-v0.3.0.json Move tests into their own crate 2017-11-12 19:33:11 -08:00
example-v0.3.0.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
example-v0.4.0.json Move tests into their own crate 2017-11-12 19:33:11 -08:00
example-v0.4.0.toml Mixed type arrays (#358) 2019-11-22 10:28:29 -06:00
example.json Move tests into their own crate 2017-11-12 19:33:11 -08:00
example.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
example2.json Move tests into their own crate 2017-11-12 19:33:11 -08:00
example2.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
float-exponent.json Allow zero-prefixed float exponents. (#322) 2019-08-23 09:55:15 -07:00
float-exponent.toml Allow zero-prefixed float exponents. (#322) 2019-08-23 09:55:15 -07:00
float.json Move tests into their own crate 2017-11-12 19:33:11 -08:00
float.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
hard_example.json Move tests into their own crate 2017-11-12 19:33:11 -08:00
hard_example.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
implicit-and-explicit-after.json Move tests into their own crate 2017-11-12 19:33:11 -08:00
implicit-and-explicit-after.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
implicit-and-explicit-before.json Move tests into their own crate 2017-11-12 19:33:11 -08:00
implicit-and-explicit-before.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
implicit-groups.json Move tests into their own crate 2017-11-12 19:33:11 -08:00
implicit-groups.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
integer.json 0.5: Support hex/oct/bin integers. 2018-07-11 09:21:29 -07:00
integer.toml 0.5: Support hex/oct/bin integers. 2018-07-11 09:21:29 -07:00
key-empty.json Allow empty table keys 2020-01-31 00:17:55 -07:00
key-empty.toml Allow empty table keys 2020-01-31 00:17:55 -07:00
key-equals-nospace.json Move tests into their own crate 2017-11-12 19:33:11 -08:00
key-equals-nospace.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
key-quote-newline.json Move tests into their own crate 2017-11-12 19:33:11 -08:00
key-quote-newline.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
key-space.json 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-special-chars.json Move tests into their own crate 2017-11-12 19:33:11 -08:00
key-special-chars.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
key-with-pound.json Move tests into their own crate 2017-11-12 19:33:11 -08:00
key-with-pound.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
long-float.json Move tests into their own crate 2017-11-12 19:33:11 -08:00
long-float.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
long-integer.json Move tests into their own crate 2017-11-12 19:33:11 -08:00
long-integer.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
multiline-string.json Allow whitespace after line ending backslash (#162) 2018-10-27 12:49:17 -07:00
multiline-string.toml Allow whitespace after line ending backslash (#162) 2018-10-27 12:49:17 -07:00
quote-surrounded-value.json Avoid panic on pretty string ending in single quote 2018-10-01 11:58:57 +03:00
quote-surrounded-value.toml Avoid panic on pretty string ending in single quote 2018-10-01 11:58:57 +03:00
raw-multiline-string.json Move tests into their own crate 2017-11-12 19:33:11 -08:00
raw-multiline-string.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
raw-string.json Move tests into their own crate 2017-11-12 19:33:11 -08:00
raw-string.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
string-empty.json Move tests into their own crate 2017-11-12 19:33:11 -08:00
string-empty.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
string-escapes.json Fix roundtripping of \u001f and \u007f in toml string literals (#372) 2020-01-30 08:55:36 +01:00
string-escapes.toml Fix roundtripping of \u001f and \u007f in toml string literals (#372) 2020-01-30 08:55:36 +01:00
string-simple.json Move tests into their own crate 2017-11-12 19:33:11 -08:00
string-simple.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
string-with-pound.json Move tests into their own crate 2017-11-12 19:33:11 -08:00
string-with-pound.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
table-array-implicit.json 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-many.json Move tests into their own crate 2017-11-12 19:33:11 -08:00
table-array-many.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
table-array-nest-no-keys.json Move tests into their own crate 2017-11-12 19:33:11 -08:00
table-array-nest-no-keys.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
table-array-nest.json Move tests into their own crate 2017-11-12 19:33:11 -08:00
table-array-nest.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
table-array-one.json Move tests into their own crate 2017-11-12 19:33:11 -08:00
table-array-one.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
table-empty.json 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-multi-empty.json Move tests into their own crate 2017-11-12 19:33:11 -08:00
table-multi-empty.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
table-sub-empty.json Move tests into their own crate 2017-11-12 19:33:11 -08:00
table-sub-empty.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00
table-whitespace.json 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.json 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
unicode-escape.json Treat unicode hex digits case-insensitively 2018-05-09 22:18:14 +02:00
unicode-escape.toml Treat unicode hex digits case-insensitively 2018-05-09 22:18:14 +02:00
unicode-literal.json Move tests into their own crate 2017-11-12 19:33:11 -08:00
unicode-literal.toml Move tests into their own crate 2017-11-12 19:33:11 -08:00