forked from extern/nushell
f38657e6f3
# Description This fixes the `headers` command handling of missing values (issue #9602). Previously, each row in the table would have its columns set to be exactly equal to the first row even if it had less columns than the first row. This would cause to values magically change their column or cause panics in other commands if rows ended up having more columns than values. # Tests Added a missing values test for the `headers` command |
||
---|---|---|
.. | ||
commands | ||
format_conversions | ||
main.rs |