ysh-stdlib-2 () { run-file ysh-stdlib-2 "$@" } run-file () { local spec_name=$1; shift; sh-spec spec/$spec_name.test.sh --compare-shells --oils-bin-dir $PWD/bin "$@" } ysh-stdlib-2: spec test case results

Results for ysh-stdlib-2.test.sh

statusysh
pass 11
total11
caseyshdescription
0pass join()
1pass abs
2pass any() and all()
3pass sum()
4pass @[split(x)] respects IFS
5pass @[maybe(x)]
6pass maybe() on invalid type is fatal error
7pass split() on invalid type is fatal error
8pass @[glob(x)]
9pass smoke test for two.sh
10pass smoke test for stream.ysh and table.ysh
11 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped