nushell/tests/shell/environment
Lily Mara 762e528ec5
Support equals sign in shorthand environment variable values (#3869)
Some environment variables, such as `RUST_LOG` include equals signs. Nushell
should support this in the shorthand environment variable syntax so that
developers using these variables can control them easily. We accomplish this by
swapping `std::str::split` for `std::str::splitn`, which ensures that we only
consider the first equals sign in the string instead of all of them, which we
did previously.

Closes #3867
2021-07-31 09:10:28 +12:00
..
configuration.rs Fix issue in external subexpression paths (#3642) 2021-06-18 07:59:58 +12:00
env.rs Support equals sign in shorthand environment variable values (#3869) 2021-07-31 09:10:28 +12:00
in_sync.rs Relax groups and blocks to output at pipeline level (#3643) 2021-06-18 13:04:51 +12:00
mod.rs Refactor nu-cli/env* (#3041) 2021-03-31 18:52:34 +13:00
nu_env.rs Relax groups and blocks to output at pipeline level (#3643) 2021-06-18 13:04:51 +12:00