mirror of
https://github.com/nushell/nushell.git
synced 2025-04-18 18:28:19 +02:00
complete some commands tests (#5464)
* complete hash test * unignore source relative tests
This commit is contained in:
parent
08e495ea67
commit
6cc66c8afd
@ -26,8 +26,6 @@ fn base64_encode_characterset_binhex() {
|
|||||||
assert_eq!(actual.out, "F@0NEPjJD97kE\'&bEhFZEP3");
|
assert_eq!(actual.out, "F@0NEPjJD97kE\'&bEhFZEP3");
|
||||||
}
|
}
|
||||||
|
|
||||||
// FIXME: jt: needs more work
|
|
||||||
#[ignore]
|
|
||||||
#[test]
|
#[test]
|
||||||
fn error_when_invalid_character_set_given() {
|
fn error_when_invalid_character_set_given() {
|
||||||
let actual = nu!(
|
let actual = nu!(
|
||||||
@ -43,8 +41,6 @@ fn error_when_invalid_character_set_given() {
|
|||||||
.contains("this is invalid is not a valid character-set"));
|
.contains("this is invalid is not a valid character-set"));
|
||||||
}
|
}
|
||||||
|
|
||||||
// FIXME: jt: needs more work
|
|
||||||
#[ignore]
|
|
||||||
#[test]
|
#[test]
|
||||||
fn base64_decode_characterset_binhex() {
|
fn base64_decode_characterset_binhex() {
|
||||||
let actual = nu!(
|
let actual = nu!(
|
||||||
|
@ -123,8 +123,6 @@ fn sources_unicode_file_in_unicode_dir_without_spaces_2() {
|
|||||||
try_source_foo_without_quotes_in(":fire_engine:", "source_test_9");
|
try_source_foo_without_quotes_in(":fire_engine:", "source_test_9");
|
||||||
}
|
}
|
||||||
|
|
||||||
// FIXME: jt: needs more work
|
|
||||||
#[ignore]
|
|
||||||
#[test]
|
#[test]
|
||||||
fn sources_unicode_file_in_unicode_dir_with_spaces_1() {
|
fn sources_unicode_file_in_unicode_dir_with_spaces_1() {
|
||||||
// this one fails
|
// this one fails
|
||||||
@ -133,8 +131,6 @@ fn sources_unicode_file_in_unicode_dir_with_spaces_1() {
|
|||||||
try_source_foo_with_double_quotes_in("e-$ èрт🚒♞中片-j", "source_test_9");
|
try_source_foo_with_double_quotes_in("e-$ èрт🚒♞中片-j", "source_test_9");
|
||||||
}
|
}
|
||||||
|
|
||||||
// FIXME: jt: needs more work
|
|
||||||
#[ignore]
|
|
||||||
#[cfg(not(windows))] // ':' is not allowed in Windows paths
|
#[cfg(not(windows))] // ':' is not allowed in Windows paths
|
||||||
#[test]
|
#[test]
|
||||||
fn sources_unicode_file_in_unicode_dir_with_spaces_2() {
|
fn sources_unicode_file_in_unicode_dir_with_spaces_2() {
|
||||||
|
Loading…
Reference in New Issue
Block a user