forked from extern/nushell
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