spec test index / oilshell.org
93 passed, 3 OK, 3 not implemented, 0 BUG, 3 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 |
osh_.py | 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 |
osh_.cc | 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 |
osh_.cc | 22 typeset -x makes it exported [osh_.cc stdout] Expected 'lib/\n', got 'None\n' stdout: Nonestderr: |
osh | 27 myvar=typeset (another form of dynamic assignment) stdout: a bstderr: |
osh_.py | 27 myvar=typeset (another form of dynamic assignment) stdout: a bstderr: |
osh_.cc | 27 myvar=typeset (another form of dynamic assignment) stdout: a bstderr: |
osh_.cc | 29 dynamic flag in array in assign builtin [osh_.cc stdout] Expected 'foo=F\nbar=B\nF\nB\n', got 'foo=F\nbar=B\nNone\nNone\n' stdout: foo=F bar=B None Nonestderr: |
osh_.cc | 30 typeset +x [osh_.cc stdout] Expected 'E\nNone\n', got 'None\nNone\n' stdout: None Nonestderr: |