summaryrefslogtreecommitdiffstats
path: root/tests/file_hjson.rs
AgeCommit message (Collapse)Author
2021-10-02Remove support for hjsonMatthias Beyer
The serde-hjson crate is not maintained anymore and this feature is actually causing pain in packaging even. Thus, remove it. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
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-08Make ConfigBuilder's method consumingRadosław Kot
2021-05-08Modify tests to use both ConfigBuilder and ConfigRadosław Kot
2021-04-09Ensure order in the galaxy... I mean the importsMatthias Beyer
This patch sorts the imports: 1. std imports 2. external crate imports 3. own module imports In three blocks, each alphabetically (with is also enforced by rustfmt). As well as it prefixes the imports of own modules with crate:: This is just a quality-of-life patch :-) Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2021-03-28Rename get_str() → get_string() to match returned typeCaleb Maclennan
2020-10-01Run cargo-fmtMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-09-07Use `display` method on PathBuf in testsrdkt13
2020-09-06Fix paths in tests expectations for all platformsrdkt13
2018-11-30upgrade serde-hjson to v0.8.2 so we can have consistent error ckeckEugeen Sablin
2018-09-25Fix #75; tests run with --no-default-featuresRyan Leckey
2018-07-02Run rustfmt (nightly)Ryan Leckey
2018-04-09Use `try_into` instead of deprecated `deserialize`Aleksey Ivanov
2017-09-01Added HJSON (Human-Readable JSON) as a config file formatRaphael Cohn