Remove old nushell/merge engine-q

This commit is contained in:
JT
2022-02-07 14:54:06 -05:00
parent 10c4c50f1f
commit d70d91e559
430 changed files with 14543 additions and 7865 deletions

View File

@ -26,11 +26,8 @@ fn base64_encode_characterset_binhex() {
assert_eq!(actual.out, "F@0NEPjJD97kE\'&bEhFZEP3");
}
<<<<<<< HEAD
=======
// FIXME: jt: needs more work
#[ignore]
>>>>>>> 9259a56a28f1dd3a4b720ad815aa19c6eaf6adce
#[test]
fn error_when_invalid_character_set_given() {
let actual = nu!(
@ -46,11 +43,8 @@ fn error_when_invalid_character_set_given() {
.contains("this is invalid is not a valid character-set"));
}
<<<<<<< HEAD
=======
// FIXME: jt: needs more work
#[ignore]
>>>>>>> 9259a56a28f1dd3a4b720ad815aa19c6eaf6adce
#[test]
fn base64_decode_characterset_binhex() {
let actual = nu!(
@ -94,11 +88,8 @@ fn error_use_both_flags() {
.contains("only one of --decode and --encode flags can be used"));
}
<<<<<<< HEAD
=======
// FIXME: jt: needs more work
#[ignore]
>>>>>>> 9259a56a28f1dd3a4b720ad815aa19c6eaf6adce
#[test]
fn md5_works_with_file() {
let actual = nu!(
@ -112,11 +103,8 @@ fn md5_works_with_file() {
assert_eq!(actual.out, "4de97601d232c427977ef11db396c951");
}
<<<<<<< HEAD
=======
// FIXME: jt: needs more work
#[ignore]
>>>>>>> 9259a56a28f1dd3a4b720ad815aa19c6eaf6adce
#[test]
fn sha256_works_with_file() {
let actual = nu!(