spec test index / oilshell.org
66 passed, 2 OK, 2 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped
osh | 2 indexed LHS with spaces (not allowed in OSH) stdout: status=127 []stderr: a[1 * 1]=x a[ 1 + 2 ]=z ^~ [ stdin ]:1: 'a[1' not found (OILS-ERR-100) |
osh-cpp | 2 indexed LHS with spaces (not allowed in OSH) stdout: status=127 []stderr: a[1 * 1]=x a[ 1 + 2 ]=z ^~ [ stdin ]:1: 'a[1' not found (OILS-ERR-100) |
osh | 28 myvar=typeset (another form of dynamic assignment) stdout: a bstderr: |
osh-cpp | 28 myvar=typeset (another form of dynamic assignment) stdout: a bstderr: |