forked from extern/nushell
Soft rest arguments column path cohersions. (#3016)
This commit is contained in:
committed by
GitHub
parent
d66baaceb9
commit
debeadbf3f
@ -210,7 +210,7 @@ fn parses_ini() {
|
||||
fn parses_utf16_ini() {
|
||||
let actual = nu!(
|
||||
cwd: "tests/fixtures/formats",
|
||||
"open utf16.ini | get '.ShellClassInfo' | get IconIndex"
|
||||
"open utf16.ini | rename info | get info | get IconIndex"
|
||||
);
|
||||
|
||||
assert_eq!(actual.out, "-236")
|
||||
|
Reference in New Issue
Block a user