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

Results for ysh-dict.test.sh

statusosh
pass 5
total5
caseoshdescription
0pass "in" and "not in" on Dicts
1pass dict with 'bare word' keys
2pass dict with expression keys
3pass dict literal with implicit value
4pass Dict literal with string keys
5 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped