forked from extern/nushell
Use 'table' on scripts and -c commands (#4377)
* Use 'table' on scripts and -c commands * Fix tests * Oops, missed a spot
This commit is contained in:
@ -22,7 +22,7 @@ fn wrap_rows_into_a_row() {
|
||||
| from csv
|
||||
| wrap caballeros
|
||||
| get caballeros
|
||||
| nth 0
|
||||
| get 0
|
||||
| get last_name
|
||||
"#
|
||||
));
|
||||
@ -51,7 +51,7 @@ fn wrap_rows_into_a_table() {
|
||||
| from csv
|
||||
| get last_name
|
||||
| wrap caballero
|
||||
| nth 2
|
||||
| get 2
|
||||
| get caballero
|
||||
"#
|
||||
));
|
||||
|
Reference in New Issue
Block a user