ysh-user-feedback () { run-file ysh-user-feedback "$@" } 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 | ysh | ysh_ALT | |
| pass | 8 | 8 | |
| total | 8 | 8 | |
| case | ysh | ysh_ALT | description |
| 0 | pass | pass | !== operator |
| 1 | pass | pass | elif bug |
| 2 | pass | pass | global vars |
| 3 | pass | pass | Julia port |
| 4 | pass | pass | readonly in loop: explains why const doesn't work |
| 5 | pass | pass | Eggex bug in a loop |
| 6 | pass | pass | Append object onto Array |
| 7 | pass | pass | Invalid op on string |
16 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped