1
0
mirror of https://github.com/nushell/nushell.git synced 2025-04-25 21:58:18 +02:00
nushell/crates/nu-std/tests
Astrick a86f34d0ad
Add zip-into-record to std iter ()
# Description
Adds a new iter feature `zip-into-record` ()

# User-Facing Changes
User can use `[1 2] | iter zip-into-record [3 4]` to create a table `[[1
2]; [3 4]]`

# Tests + Formatting

I noticed trailing spaces in std library that may wish to be cleaned in
the future.

Co-authored-by: amtoine <stevan.antoine@gmail.com>
2023-06-10 20:15:30 +02:00
..
logger_tests Logger constants refactored, format argument added, better formatting of failed (non) equality assertions () 2023-06-04 10:43:40 +02:00
test_asserts.nu Added assert not command (assertion that the value/expression is false) () 2023-05-19 11:33:19 +02:00
test_dirs.nu REFACTOR: move run-tests and fix the std assert namespace () 2023-05-27 07:45:04 -05:00
test_iter.nu Add zip-into-record to std iter () 2023-06-10 20:15:30 +02:00
test_setup_teardown.nu REFACTOR: move run-tests and fix the std assert namespace () 2023-05-27 07:45:04 -05:00
test_std.nu REFACTOR: move run-tests and fix the std assert namespace () 2023-05-27 07:45:04 -05:00
test_xml.nu REFACTOR: move run-tests and fix the std assert namespace () 2023-05-27 07:45:04 -05:00