engine-q merge

This commit is contained in:
Fernando Herrera
2022-02-07 19:11:34 +00:00
1965 changed files with 119062 additions and 20 deletions

View File

@ -34,7 +34,11 @@ fn table_to_csv_text() {
| last 1
| to csv
| lines
<<<<<<< HEAD
| nth 1
=======
| get 1
>>>>>>> 9259a56a28f1dd3a4b720ad815aa19c6eaf6adce
"#
));
@ -145,7 +149,11 @@ fn from_csv_text_with_separator_to_table() {
cwd: dirs.test(), pipeline(
r#"
open los_tres_caballeros.txt
<<<<<<< HEAD
| from csv --separator ';'
=======
| from csv --separator ";"
>>>>>>> 9259a56a28f1dd3a4b720ad815aa19c6eaf6adce
| get rusty_luck
| length
"#
@ -172,7 +180,11 @@ fn from_csv_text_with_tab_separator_to_table() {
cwd: dirs.test(), pipeline(
r#"
open los_tres_caballeros.txt
<<<<<<< HEAD
| from csv --separator '\t'
=======
| from csv --separator (char tab)
>>>>>>> 9259a56a28f1dd3a4b720ad815aa19c6eaf6adce
| get rusty_luck
| length
"#