spec test index / oilshell.org
48 passed, 6 OK, 0 not implemented, 0 BUG, 1 failed, 0 timeouts, 0 cases skipped 1 failed under osh
osh | 3 Unquoted with array as default value stdout: ['Xx1 2', '3 4xX'] ['Xx1', '2', '3', '4xX']stderr: |
osh-cpp | 3 Unquoted with array as default value stdout: ['Xx1 2', '3 4xX'] ['Xx1', '2', '3', '4xX']stderr: |
osh | 4 Quoted with array as default value stdout: ['Xx1 2', '3 4xX'] ['Xx1 2 3 4xX']stderr: |
osh-cpp | 4 Quoted with array as default value stdout: ['Xx1 2', '3 4xX'] ['Xx1 2 3 4xX']stderr: |
osh | 5 Assign default with array stdout: ['Xx1 2', '3 4xX'] ['x1 2 3 4x']stderr: |
osh-cpp | 5 Assign default with array stdout: ['Xx1 2', '3 4xX'] ['x1 2 3 4x']stderr: |
osh | 15 Nix idiom ${!hooksSlice+"${!hooksSlice}"} - was workaround for obsolete bash 4.3 bug [osh stdout] Expected '[]\n[]\n[]\n', got '' [osh status] Expected 0, got 1 stdout: stderr: ^ [ contents of var 'hooksSlice' at line 4 of [ stdin ] ]:0: Expected var name argv.py ${!hooksSlice+"${!hooksSlice}"} ^~~~~~~~~~ [ stdin ]:4: fatal: Invalid var ref expression |
osh-cpp | 15 Nix idiom ${!hooksSlice+"${!hooksSlice}"} - was workaround for obsolete bash 4.3 bug [osh-cpp stdout] Expected '[]\n[]\n[]\n', got '' [osh-cpp status] Expected 0, got 1 stdout: stderr: ^ [ contents of var 'hooksSlice' at line 4 of [ stdin ] ]:0: Expected var name argv.py ${!hooksSlice+"${!hooksSlice}"} ^~~~~~~~~~ [ stdin ]:4: fatal: Invalid var ref expression |