spec test index / oilshell.org
44 passed, 0 OK, 0 not implemented, 0 BUG, 1 failed, 0 timeouts, 0 cases skipped 1 failed under osh
osh | 18 builtin declare etc. with array is not parsed [osh stdout] Expected 'fail\nfail\n', got 'fail\n' stdout: failstderr: builtin declare -a a=(x y) ^~ [ -c flag ]:1: fatal: Assignment builtin expected NAME=value, got '-a' |
osh-cpp | 18 builtin declare etc. with array is not parsed [osh-cpp stdout] Expected 'fail\nfail\n', got 'fail\n' stdout: failstderr: builtin declare -a a=(x y) ^~ [ -c flag ]:1: fatal: Assignment builtin expected NAME=value, got '-a' |