toml-rs/test-suite/tests
Claudio Bley 96ca73e130 Treat unicode hex digits case-insensitively
In Rust >= 1.24.0 we could have used `char::is_ascii_hexdigit`, but to keep
compatiblity with older versions, `char::is_digit(16)` is used.

Fixes #240.
2018-05-09 22:18:14 +02:00
..
invalid Move tests into their own crate 2017-11-12 19:33:11 -08:00
invalid-encoder Move tests into their own crate 2017-11-12 19:33:11 -08:00
valid Treat unicode hex digits case-insensitively 2018-05-09 22:18:14 +02:00
backcompat.rs Move tests into their own crate 2017-11-12 19:33:11 -08:00
datetime.rs Move tests into their own crate 2017-11-12 19:33:11 -08:00
display-tricky.rs Move tests into their own crate 2017-11-12 19:33:11 -08:00
display.rs Move tests into their own crate 2017-11-12 19:33:11 -08:00
formatting.rs Move tests into their own crate 2017-11-12 19:33:11 -08:00
invalid-encoder-misc.rs Move tests into their own crate 2017-11-12 19:33:11 -08:00
invalid-misc.rs Move tests into their own crate 2017-11-12 19:33:11 -08:00
invalid.rs Move tests into their own crate 2017-11-12 19:33:11 -08:00
macros.rs A toml macro 2017-11-12 23:46:34 -08:00
parser.rs Move tests into their own crate 2017-11-12 19:33:11 -08:00
pretty.rs Move tests into their own crate 2017-11-12 19:33:11 -08:00
README.md Move tests into their own crate 2017-11-12 19:33:11 -08:00
serde.rs Move tests into their own crate 2017-11-12 19:33:11 -08:00
tables-last.rs Move tests into their own crate 2017-11-12 19:33:11 -08:00
valid.rs Move tests into their own crate 2017-11-12 19:33:11 -08:00