forked from extern/nushell
UTF8 fix for twitter-reported issue
This commit is contained in:
parent
68a314b5cb
commit
10368d7060
@ -32,11 +32,11 @@ mod pipeline {
|
||||
#[test]
|
||||
fn doesnt_break_on_utf8_command() {
|
||||
let actual = nu!(
|
||||
cwd: std::path::PathBuf::from("."),
|
||||
cwd: ".", pipeline(
|
||||
r#"
|
||||
sh -c "echo ö"
|
||||
echo ö
|
||||
"#
|
||||
);
|
||||
));
|
||||
|
||||
assert!(
|
||||
actual.contains("ö"),
|
||||
|
Loading…
Reference in New Issue
Block a user