nushell/crates/nu-command/tests/format_conversions
Stefan Holderbach b27c7702f9
Test more datatypes in nuon (#8211)
# Description

While working on #8210 I noticed that we did not explicitly check a
number of `Value` variants for proper serialization and deserialization.


- Test filesize in `to/from nuon`
- Test duration in `from/to nuon`
- Test datetime in `from/to nuon`
- Test graceful failure of closure in `to nuon`


# User-Facing Changes

(-)

# Tests + Formatting

All about them tests
2023-02-25 19:26:34 +01:00
..
bson.rs
csv.rs
html.rs
json.rs allow Range to expand to array-like when converting to json (#8047) 2023-02-24 15:31:33 -06:00
markdown.rs
mod.rs Move some from xxx commands to plugin (#7942) 2023-02-13 12:42:08 +00:00
nuon.rs Test more datatypes in nuon (#8211) 2023-02-25 19:26:34 +01:00
ods.rs
ssv.rs
toml.rs
tsv.rs
url.rs
xlsx.rs
xml.rs
yaml.rs