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 "$@" }
spec test index / oilshell.org
status | osh | osh_ALT | |
pass | 5 | 5 | |
total | 5 | 5 | |
case | osh | osh_ALT | description |
0 | pass | pass | "in" and "not in" on Dicts |
1 | pass | pass | dict with 'bare word' keys |
2 | pass | pass | dict with expression keys |
3 | pass | pass | dict literal with implicit value |
4 | pass | pass | Dict literal with string keys |
10 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped