spec test index / oilshell.org
| status | ysh | ysh-cpp | |
| pass | 14 | 14 | |
| total | 14 | 14 | |
| case | ysh | ysh-cpp | description |
| 0 | pass | pass | try expects an argument |
| 1 | pass | pass | User errors behave like builtin errors |
| 2 | pass | pass | _error register is initially empty dict |
| 3 | pass | pass | Error sets _error.message, which can be used by programs |
| 4 | pass | pass | error builtin adds named args as properties on _error Dict |
| 5 | pass | pass | Errors within multiple functions |
| 6 | pass | pass | Impact of errors on var declaration |
| 7 | pass | pass | Error defaults status to 10 |
| 8 | pass | pass | Error expects an int status |
| 9 | pass | pass | Error typed arg, not named arg |
| 10 | pass | pass | Errors cannot take command args |
| 11 | pass | pass | Error must take arguments |
| 12 | pass | pass | Errors cannot have a status of 0 |
| 13 | pass | pass | try { error oops } |
28 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped