1
0
mirror of https://github.com/nushell/nushell.git synced 2025-03-11 05:58:15 +01:00
nushell/crates/nu-cmd-extra/tests
Ian Manske 6891267b53
Support ByteStreams in bytes starts-with and bytes ends-with ()
# Description
Restores `bytes starts-with` so that it is able to work with byte
streams once again. For parity/consistency, this PR also adds byte
stream support to `bytes ends-with`.

# User-Facing Changes
- `bytes ends-with` now supports byte streams.

# Tests + Formatting
Re-enabled tests for `bytes starts-with` and added tests for `bytes
ends-with`.
2024-05-17 07:59:08 +08:00
..
commands Support ByteStreams in bytes starts-with and bytes ends-with () 2024-05-17 07:59:08 +08:00
main.rs cratification: move the bytes command to nu-cmd-extra () 2023-06-23 12:23:08 -07:00