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

@ -22,6 +22,11 @@ fn regular_columns() {
assert_eq!(actual.out, "Robalino");
}
<<<<<<< HEAD
=======
// FIXME: jt: needs more work
#[ignore]
>>>>>>> 9259a56a28f1dd3a4b720ad815aa19c6eaf6adce
#[test]
fn complex_nested_columns() {
Playground::setup("select_test_2", |dirs, sandbox| {
@ -64,6 +69,11 @@ fn complex_nested_columns() {
})
}
<<<<<<< HEAD
=======
// FIXME: jt: needs more work
#[ignore]
>>>>>>> 9259a56a28f1dd3a4b720ad815aa19c6eaf6adce
#[test]
fn allows_if_given_unknown_column_name_is_missing() {
let actual = nu!(cwd: ".", pipeline(
@ -102,6 +112,11 @@ fn column_names_with_spaces() {
assert_eq!(actual.out, "Robalino Jnth");
}
<<<<<<< HEAD
=======
// FIXME: jt: needs more work
#[ignore]
>>>>>>> 9259a56a28f1dd3a4b720ad815aa19c6eaf6adce
#[test]
fn ignores_duplicate_columns_selected() {
let actual = nu!(cwd: ".", pipeline(