toml-rs/test-suite/tests
pyfisch af05f537d8 Allow delimiter quotes at the end of multiline strings (#393)
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
2020-05-28 10:39:55 -05:00
..
invalid Mixed type arrays (#358) 2019-11-22 10:28:29 -06:00
invalid-encoder Move tests into their own crate 2017-11-12 19:33:11 -08:00
valid Allow delimiter quotes at the end of multiline strings (#393) 2020-05-28 10:39:55 -05:00
backcompat.rs Show "column" in Error messages 2019-07-28 13:41:17 -04:00
datetime.rs Add line and column to all Errors 2019-07-30 13:35:08 -04:00
de-errors.rs Run rustfmt 2019-08-28 07:58:15 -07:00
display-tricky.rs cargo fmt 2019-05-08 17:45:39 -07:00
display.rs cargo fmt 2019-05-08 17:45:39 -07:00
float.rs Work around a rustfmt bug 2019-08-28 08:02:08 -07:00
formatting.rs cargo fmt 2019-05-08 17:45:39 -07:00
invalid-misc.rs Add line and column to all Errors 2019-07-30 13:35:08 -04:00
invalid.rs Mixed type arrays (#358) 2019-11-22 10:28:29 -06:00
macros.rs Merge pull request #308 from ehuss/edition-2018 2019-05-09 06:49:11 -07:00
parser.rs Allow zero-prefixed float exponents. (#322) 2019-08-23 09:55:15 -07:00
pretty.rs cargo fmt 2019-05-08 17:45:39 -07:00
README.md Move tests into their own crate 2017-11-12 19:33:11 -08:00
serde.rs Add line and column to all Errors 2019-07-30 13:35:08 -04:00
spanned-impls.rs Spanned: impl PartialEq, Eq, Hash, PartialOrd, Ord in terms of the value (#344) 2019-10-25 14:05:31 -05:00
spanned.rs Support for dotted table spans (#340) 2019-10-28 09:01:23 -05:00
tables-last.rs cargo fmt 2019-05-08 17:45:39 -07:00
valid.rs Allow delimiter quotes at the end of multiline strings (#393) 2020-05-28 10:39:55 -05:00