mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 16:33:37 +01:00
0a8f27f6f2
# Description Changed `group-by` behavior to accept empty list as input and return an empty record instead of throwing an error. I also replaced `errors_if_input_empty()` test to reflect the new expected behavior. See #10713 # User-Facing Changes `[] | group-by` or `[] | group-by a` now returns empty record # Tests + Formatting 1 test for emptied table i.e. list --------- Signed-off-by: Oscar <71343264+0scvr@users.noreply.github.com> |
||
---|---|---|
.. | ||
commands | ||
format_conversions | ||
main.rs |