ysh-convert () { run-file ysh-convert "$@" } 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 | |
| pass | 12 | |
| total | 12 | |
| case | osh | description |
| 0 | pass | bool() conversion |
| 1 | pass | bool() more |
| 2 | pass | int() conversion |
| 3 | pass | int() more |
| 4 | pass | float() conversion |
| 5 | pass | float() overflow / underflow |
| 6 | pass | str() conversion |
| 7 | pass | dict() converts from BashAssoc to Dict |
| 8 | pass | dict() does shallow copy |
| 9 | pass | list() does shallow copy |
| 10 | pass | list() from Dict |
| 11 | pass | list() from range |
12 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped