spec test index / oilshell.org
status | osh | osh-cpp | |
pass | 6 | 5 | |
FAIL | 0 | 1 | |
total | 6 | 6 | |
case | osh | osh-cpp | description |
0 | pass | pass | extglob |
1 | pass | FAIL | split command sub @() in expression mode |
details | |||
2 | pass | pass | split command sub @() in command mode |
3 | pass | pass | Idiomatic for loop using @(seq $n) |
4 | pass | pass | @() can't start in the middle of the word |
5 | pass | pass | @() can't have any tokens after it |
11 passed, 0 OK, 0 not implemented, 0 BUG, 1 failed, 0 timeouts, 0 cases skipped
osh-cpp | 1 split command sub @() in expression mode [osh-cpp stdout] Expected '1\n2\n3\n', got '' [osh-cpp status] Expected 0, got 1 stdout: stderr: write -- @x ^~ [ stdin ]:5: fatal: Can't splice 'x' |