48 passed, 0 OK, 0 not implemented, 0 BUG, 3 failed, 0 timeouts, 0 cases skipped 3 failed under osh
osh | 24 Issue #1069 [57] - Variable v should be visible after IFS= eval 'local v=...' [osh stdout] Expected 'v=hello\n', got '' [osh status] Expected 0, got 1 stdout: stderr: echo v=$v ^~ [ stdin ]:7: fatal: Undefined variable 'v' |
osh-cpp | 24 Issue #1069 [57] - Variable v should be visible after IFS= eval 'local v=...' [osh-cpp stdout] Expected 'v=hello\n', got '' [osh-cpp status] Expected 0, got 1 stdout: stderr: echo v=$v ^~ [ stdin ]:7: fatal: Undefined variable 'v' |
osh | 25 More eval 'local v=' [osh stdout] Expected 'x=x\ny=y\nz=z\n', got 'x=x\n' [osh status] Expected 0, got 1 stdout: x=xstderr: echo y=$y ^~ [ stdin ]:13: fatal: Undefined variable 'y' |
osh-cpp | 25 More eval 'local v=' [osh-cpp stdout] Expected 'x=x\ny=y\nz=z\n', got 'x=x\n' [osh-cpp status] Expected 0, got 1 stdout: x=xstderr: echo y=$y ^~ [ stdin ]:13: fatal: Undefined variable 'y' |
osh | 26 Issue #1069 [59] - Assigning Str to BashArray/BashAssoc should not remove BashArray/BashAssoc [osh stdout] Expected 'declare -a a=([0]="99" [1]="2" [2]="3")\ndeclare -A A=([0]="99" [k]="v" )\n' Got 'declare -- a=99\ndeclare -- A=99\n' stdout: declare -- a=99 declare -- A=99stderr: |
osh-cpp | 26 Issue #1069 [59] - Assigning Str to BashArray/BashAssoc should not remove BashArray/BashAssoc [osh-cpp stdout] Expected 'declare -a a=([0]="99" [1]="2" [2]="3")\ndeclare -A A=([0]="99" [k]="v" )\n' Got 'declare -- a=99\ndeclare -- A=99\n' stdout: declare -- a=99 declare -- A=99stderr: |