64 passed, 6 OK, 0 not implemented, 0 BUG, 2 failed, 0 timeouts, 0 cases skipped 2 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 | 21 $* ("" "") and - and + (IFS=) [osh stdout] Expected 'argv=\nargv=plus\nargv=\nargv=plus\n', got 'argv=\nargv=plus\nargv=minus\nargv=\n' stdout: argv= argv=plus argv=minus argv=stderr: |
osh-cpp | 21 $* ("" "") and - and + (IFS=) [osh-cpp stdout] Expected 'argv=\nargv=plus\nargv=\nargv=plus\n', got 'argv=\nargv=plus\nargv=minus\nargv=\n' stdout: argv= argv=plus argv=minus argv=stderr: |
osh | 36 op-test for unquoted ${a[*]:-empty} with IFS= [osh stdout] Expected '[]\n', got "['empty']\n" stdout: ['empty']stderr: |
osh-cpp | 36 op-test for unquoted ${a[*]:-empty} with IFS= [osh-cpp stdout] Expected '[]\n', got "['empty']\n" stdout: ['empty']stderr: |