mirror of
https://github.com/nushell/nushell.git
synced 2025-08-10 03:58:03 +02:00
complete some commands tests (#5464)
* complete hash test * unignore source relative tests
This commit is contained in:
@ -26,8 +26,6 @@ fn base64_encode_characterset_binhex() {
|
||||
assert_eq!(actual.out, "F@0NEPjJD97kE\'&bEhFZEP3");
|
||||
}
|
||||
|
||||
// FIXME: jt: needs more work
|
||||
#[ignore]
|
||||
#[test]
|
||||
fn error_when_invalid_character_set_given() {
|
||||
let actual = nu!(
|
||||
@ -43,8 +41,6 @@ fn error_when_invalid_character_set_given() {
|
||||
.contains("this is invalid is not a valid character-set"));
|
||||
}
|
||||
|
||||
// FIXME: jt: needs more work
|
||||
#[ignore]
|
||||
#[test]
|
||||
fn base64_decode_characterset_binhex() {
|
||||
let actual = nu!(
|
||||
|
Reference in New Issue
Block a user