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:
@ -7,7 +7,7 @@ fn adds_a_row_to_the_end() {
|
||||
r#"
|
||||
echo [ "Andrés N. Robalino", "Jonathan Turner", "Yehuda Katz" ]
|
||||
| append "pollo loco"
|
||||
| nth 3
|
||||
| get 3
|
||||
"#
|
||||
));
|
||||
|
||||
|
Reference in New Issue
Block a user