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:
JT
2022-02-09 05:58:54 -05:00
committed by GitHub
parent 659da3c4a4
commit f9e1c4ef50
27 changed files with 125 additions and 77 deletions

View File

@ -111,7 +111,7 @@ mod it_evaluation {
ls
| sort-by name
| get name
| each { nu --testbin cococo $it | lines }
| each { nu --testbin cococo $it }
| get 1
"#
));
@ -136,7 +136,7 @@ mod it_evaluation {
r#"
open nu_candies.txt
| lines
| each { nu --testbin chop $it | lines}
| each { nu --testbin chop $it}
| get 1
"#
));