spec test index / oilshell.org
| status | osh | |
| pass | 12 | |
| total | 12 | |
| case | osh | description |
| 0 | pass | Augmented assignment doesn't work on List |
| 1 | pass | Augmented assignment respects command_sub_errexit |
| 2 | pass | Augmented assignment with integers |
| 3 | pass | Augmented assignment on string changes to Int Float |
| 4 | pass | Augmented assignment with floats |
| 5 | pass | Int/Float augmented += -= *= /= |
| 6 | pass | Int Augmented //= %= **= and bitwise ops |
| 7 | pass | Augmented assignment of Dict |
| 8 | pass | Augmented assignment of List |
| 9 | pass | Dict with nonexistent key (bug fix) |
| 10 | pass | List with nonexistent elemnt |
| 11 | pass | Augmented assignment doesn't work with multiple LHS |
12 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped