Commit Graph

7 Commits

Author SHA1 Message Date
Dan Gohman 06dc0cc429 Fix an unused import warning in a test. 2020-11-18 10:48:39 -08:00
Manish Goregaokar ff51b1fae1 Add test for streamsafe iterator 2020-11-17 19:39:42 -08:00
Pyfisch bd1fcfbfab Update to Unicode 13
Change version fields to u8 as the maximum value
of each field is 255 according to specification.
2020-04-13 11:58:40 +02:00
Hannes Karppila ca0037583e Apply rustfmt 2020-04-10 23:37:34 +03:00
Hannes Karppila 0d6e296cc4 Migrate to Rust 2018 edition 2020-04-09 19:10:25 +03:00
Kent Fredric 9ab2fd64b9 Tidy up test layout
- Unify all tests/ into a single file to reduce the number of output
  targets during `cargo test`
- This also avoids double-compiling the normalization_tests.rs
- Move normalization_tests.rs to be a child of tests/data/ to avoid
  getting compiled as a test unit, and further removing useless output
  from cargo test
2019-11-20 04:04:55 +13:00
Kent Fredric beab8d66a0 Move "normalization" test data and dependent tests all into tests/
Leaves all other tests in place.

Provides a #[doc(hidden)] shim for accessing/using otherwise private
members from tests/
2019-11-20 03:57:38 +13:00