forked from extern/nushell
return Error if get meet nothing and without "i" (#7002)
This commit is contained in:
@ -71,7 +71,7 @@ fn cal_sees_pipeline_year() {
|
||||
let actual = nu!(
|
||||
cwd: ".", pipeline(
|
||||
r#"
|
||||
cal --full-year 1020 | get monday | first 4 | to json -r
|
||||
cal --full-year 1020 | get -i monday | first 4 | to json -r
|
||||
"#
|
||||
));
|
||||
|
||||
|
Reference in New Issue
Block a user