forked from extern/nushell
fix a typo (#9393)
related to
-
bdb09a9a00
- [this
job](https://github.com/nushell/nushell/actions/runs/5224369668/jobs/9432486180?pr=9392)
from #9392
- [this
job](https://github.com/nushell/nushell/actions/runs/5222835000/jobs/9428854834?pr=9391)
from #9391
# Description
this PR tries to fix the typo reported in these very recent PRs
This commit is contained in:
parent
1edd3e7c3b
commit
ce71ea0b5c
@ -387,7 +387,7 @@ fn in_iteration() -> TestResult {
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn reuseable_in() -> TestResult {
|
||||
fn reusable_in() -> TestResult {
|
||||
run_test(
|
||||
r#"[1, 2, 3, 4] | take (($in | length) - 1) | math sum"#,
|
||||
"6",
|
||||
|
Loading…
Reference in New Issue
Block a user