nushell/crates/nu-std/tests
Astrick a86f34d0ad
Add zip-into-record to std iter (#9395)
# Description
Adds a new iter feature `zip-into-record` (#9380)

# 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 (#9315) 2023-06-04 10:43:40 +02:00
test_asserts.nu Added assert not command (assertion that the value/expression is false) (#9235) 2023-05-19 11:33:19 +02:00
test_dirs.nu REFACTOR: move run-tests and fix the std assert namespace (#9303) 2023-05-27 07:45:04 -05:00
test_iter.nu Add zip-into-record to std iter (#9395) 2023-06-10 20:15:30 +02:00
test_setup_teardown.nu REFACTOR: move run-tests and fix the std assert namespace (#9303) 2023-05-27 07:45:04 -05:00
test_std.nu REFACTOR: move run-tests and fix the std assert namespace (#9303) 2023-05-27 07:45:04 -05:00
test_xml.nu REFACTOR: move run-tests and fix the std assert namespace (#9303) 2023-05-27 07:45:04 -05:00