spec test index / oilshell.org
status | osh | osh-cpp | |
pass | 5 | 5 | |
ok | 1 | 1 | |
total | 6 | 6 | |
case | osh | osh-cpp | description |
0 | pass | pass | var ref to array 'preHooks[@]' |
1 | pass | pass | Similar to above with set -u |
2 | pass | pass | ${!ref} to undefined array |
3 | pass | pass | ${!ref} to undefined string var is fatal, INCONSISTENT with array |
4 | ok | ok | export with dynamic var name += |
details | details | ||
5 | pass | pass | let idiom can be written in POSIX shell - eval ": \$(( ))" |
10 passed, 2 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped
osh | 4 export with dynamic var name += stdout: declare -x NIX_LDFLAGS_foo=' -Lone/lib64'stderr: |
osh-cpp | 4 export with dynamic var name += stdout: declare -x NIX_LDFLAGS_foo=' -Lone/lib64'stderr: |