spec test index / oilshell.org
| status | osh | |
| pass | 12 | |
| total | 12 | |
| case | osh | description |
| 0 | pass | Splice in array |
| 1 | pass | Assoc array can't be spliced directly |
| 2 | pass | Can't splice string |
| 3 | pass | Can't splice undefined |
| 4 | pass | echo $[f(x)] for various types |
| 5 | pass | echo $f (x) with space is runtime error |
| 6 | pass | echo @f (x) with space is runtime error |
| 7 | pass | echo $x for various types |
| 8 | pass | @[range()] |
| 9 | pass | Wrong sigil with $range() is runtime error |
| 10 | pass | Serializing type in a list |
| 11 | pass | Wrong sigil @[max(3, 4)] |
12 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped