nushell/crates/nu-command/tests
Matthias Q 93f20b406e
feat: allow from csv to accept 4 byte unicode separator chars (#10138)
- this PR should close #10132

# Description
* added a flag to `from csv --ascii` that replaces the given `separator
with the unicode separator x1f https://www.codetable.net/hex/1f (aka
Information Separator One)

# User-Facing Changes
New flags are available for `from csv` ( `--ascii` or short `-a`)

# Tests + Formatting
There are no tests at the moment. Code has been formatted.
- `cargo test --workspace` (breaks with a non related test on my
machine)
2023-08-31 18:55:39 +02:00
..
commands remove warnings in nu_command tests (#10145) 2023-08-29 13:18:52 -07:00
format_conversions feat: allow from csv to accept 4 byte unicode separator chars (#10138) 2023-08-31 18:55:39 +02:00
main.rs Rename misused "deprecation" to removal (#10000) 2023-08-15 07:17:31 +12:00