spec test index / oilshell.org
| status | ysh | |
| pass | 21 | |
| total | 21 | |
| case | ysh | description | 
| 0 | pass | try requires an argument | 
| 1 | pass | User errors behave like builtin errors | 
| 2 | pass | _error register is initially empty dict | 
| 3 | pass | error builtin sets _error.message, which can be used by programs | 
| 4 | pass | error builtin adds named args as properties on _error Dict | 
| 5 | pass | Errors within multiple functions | 
| 6 | pass | Impact of errors on var declaration | 
| 7 | pass | default error code is 10 | 
| 8 | pass | error code should be an integer | 
| 9 | pass | Error code should be named arg, not positional | 
| 10 | pass | error cannot take word args | 
| 11 | pass | error requires arguments | 
| 12 | pass | error cannot have a code of 0 | 
| 13 | pass | try { error oops } | 
| 14 | pass | Handle _error.code | 
| 15 | pass | failed builtin usage | 
| 16 | pass | failed builtin | 
| 17 | pass | assert on values | 
| 18 | pass | assert on expressions | 
| 19 | pass | assert on expression that fails | 
| 20 | pass | assert on chained comparison expression is not special | 
21 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped