mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 22:50:14 +02:00
Different test data for a format Nu does not recognize.
This commit is contained in:
@ -71,7 +71,9 @@ fn open_unknown_format_as_raw_single_value() {
|
||||
cwd("tests/fixtures/formats"),
|
||||
"open skinfolds.unsupported | echo $it");
|
||||
|
||||
assert_eq!(output, "ABS:3.0|PEC:3.0")
|
||||
// if it's ABS:3.0|PEC:3.0 with the "|" character
|
||||
// on Windows it's interpreted it as a command
|
||||
assert_eq!(output, "ABS:3.0-PEC:3.0")
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
Reference in New Issue
Block a user