summaryrefslogtreecommitdiffstats
path: root/tests/legacy
AgeCommit message (Expand)Author
2023-07-20Fix test for fixed error message in rust-iniMatthias Beyer
2023-02-02Fix test for error stringMatthias Beyer
2022-06-01Fix clippy: Derive Eq as wellMatthias Beyer
2022-06-01Fix clippy: Derive Eq as wellMatthias Beyer
2022-06-01Fix clippy: Derive Eq as wellMatthias Beyer
2022-01-29use separators in long literalsDaniel Eades
2021-12-29silence/address unused code warningsDaniel Eades
2021-12-29use 'assert' rather than 'assert_eq' for comparison to literal boolDaniel Eades
2021-12-29de-glob importsDaniel Eades
2021-12-29remove 'extern crate' importsDaniel Eades
2021-11-23rename try_into to try_deserialize to avoid confusionConrad Ludgate
2021-10-02Remove support for hjsonMatthias Beyer
2021-08-15Rename MapImpl to MapDavid Orchard
2021-08-15Move order preservation under a feature gateDavid Orchard
2021-08-15Disable map order preservation for hjsonDavid Orchard
2021-08-15Use LinkedHashMap in place of HashMapDavid Orchard
2021-08-15Create test cases to demonstrate lossy map orderDavid Orchard
2021-05-08Use ConfigBuilder in env.rs testsRadosław Kot
2021-05-08Modify tests to use both ConfigBuilder and ConfigRadosław Kot