mirror of
https://github.com/nushell/nushell.git
synced 2025-07-01 07:00:37 +02:00
refactor: change column names from 'Column*' to 'column*' (#4556)
This commit is contained in:
@ -199,7 +199,7 @@ fn from_csv_text_skipping_headers_to_table() {
|
||||
r#"
|
||||
open los_tres_amigos.txt
|
||||
| from csv --noheaders
|
||||
| get Column3
|
||||
| get column3
|
||||
| length
|
||||
"#
|
||||
));
|
||||
|
Reference in New Issue
Block a user