mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 16:15:20 +02:00
refactor: change column names from 'Column*' to 'column*' (#4556)
This commit is contained in:
@ -122,7 +122,7 @@ fn parses_into_correct_number_of_columns() {
|
||||
echo 'home/viking/spam.txt'
|
||||
| path parse
|
||||
| transpose
|
||||
| get Column0
|
||||
| get column0
|
||||
| length
|
||||
"#
|
||||
));
|
||||
|
Reference in New Issue
Block a user