74 passed, 0 OK, 2 not implemented, 0 BUG, 1 failed, 0 timeouts, 0 cases skipped 1 failed under osh
| osh | 12 -n for no execution (useful with --ast-output) [osh stdout] Expected '1\n' Got '1\n2\n3\n' stdout: 1 2 3stderr: |
| osh-cpp | 12 -n for no execution (useful with --ast-output) [osh-cpp stdout] Expected '1\n' Got '1\n2\n3\n' stdout: 1 2 3stderr: |
| osh | 26 set without args and assoc array variables (not in OSH) stdout: stderr: __assoc[a]=b ^~~~~~~~ [ stdin ]:3: fatal: Assoc array keys must be strings: $x 'x' "$x" etc. (OILS-ERR-101) |
| osh-cpp | 26 set without args and assoc array variables (not in OSH) stdout: stderr: __assoc[a]=b ^~~~~~~~ [ stdin ]:3: fatal: Assoc array keys must be strings: $x 'x' "$x" etc. (OILS-ERR-101) |