spec test index / oilshell.org
| status | osh | osh-cpp | |
| pass | 10 | 10 | |
| FAIL | 1 | 1 | |
| total | 11 | 11 | |
| case | osh | osh-cpp | description | 
| 0 | pass | pass | Splice in array | 
| 1 | pass | pass | Assoc array can't be spliced directly | 
| 2 | pass | pass | Can't splice string | 
| 3 | pass | pass | Can't splice undefined | 
| 4 | pass | pass | echo $[f(x)] for various types | 
| 5 | pass | pass | echo $f (x) with space is runtime error | 
| 6 | pass | pass | echo @f (x) with space is runtime error | 
| 7 | pass | pass | echo $x for various types | 
| 8 | pass | pass | Wrong sigil with $range() is runtime error | 
| 9 | FAIL | FAIL | Serializing type in a list | 
| details | details | ||
| 10 | pass | pass | Wrong sigil @[max(3, 4)] | 
20 passed, 0 OK, 0 not implemented, 0 BUG, 2 failed, 0 timeouts, 0 cases skipped 1 failed under osh
| osh | 9 Serializing type in a list [osh status] Expected 3, got 1 stdout: 3 true ___stderr:   var list2 = [List]
               ^~~~
[ stdin ]:9: fatal: Undefined variable 'List'
 | 
| osh-cpp | 9 Serializing type in a list [osh-cpp status] Expected 3, got 1 stdout: 3 true ___stderr:   var list2 = [List]
               ^~~~
[ stdin ]:9: fatal: Undefined variable 'List'
 |