ysh-printing () { run-file ysh-printing "$@" } 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 | 11 | |
| total | 11 | |
| case | osh | description |
| 0 | pass | Int |
| 1 | pass | Float |
| 2 | pass | Null |
| 3 | pass | Bool |
| 4 | pass | String |
| 5 | pass | Range |
| 6 | pass | Bash Array |
| 7 | pass | Bash Assoc: string formatting |
| 8 | pass | Bash Assoc |
| 9 | pass | Simple Cycles |
| 10 | pass | Complex Cycles |
11 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped