mirror of
https://github.com/nushell/nushell
synced 2024-12-28 14:03:09 +00: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 |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE |