mirror of
https://github.com/nushell/nushell.git
synced 2024-11-25 18:03:51 +01:00
ac4125f8ed
# Description Fixes: https://github.com/nushell/nushell/issues/7761 It's still unsure if we want to change the `range semantic` itself, but it's good to keep range semantic consistent between nushell commands. # User-Facing Changes ### Before ```nushell ❯ "abc" | str substring 1..=2 b ``` ### After ```nushell ❯ "abc" | str substring 1..=2 bc ``` # Tests + Formatting Adjust tests to fit new behavior |
||
---|---|---|
.. | ||
into_string.rs | ||
join.rs | ||
mod.rs |