forked from extern/nushell
more test fixes (#4499)
* more test fixes * update multi-os err messages
This commit is contained in:
@ -114,8 +114,6 @@ fn parses_column_path_extension() {
|
||||
assert_eq!(actual.out, "png");
|
||||
}
|
||||
|
||||
// FIXME: jt: needs more work
|
||||
#[ignore]
|
||||
#[test]
|
||||
fn parses_into_correct_number_of_columns() {
|
||||
let actual = nu!(
|
||||
@ -123,7 +121,7 @@ fn parses_into_correct_number_of_columns() {
|
||||
r#"
|
||||
echo 'home/viking/spam.txt'
|
||||
| path parse
|
||||
| pivot
|
||||
| transpose
|
||||
| get Column0
|
||||
| length
|
||||
"#
|
||||
|
Reference in New Issue
Block a user