spec test index / oilshell.org
status | ysh | ysh-cpp | |
pass | 4 | 0 | |
FAIL | 0 | 4 | |
total | 4 | 4 | |
case | ysh | ysh-cpp | description |
0 | pass | FAIL | $[f(x)] |
details | |||
1 | pass | FAIL | $[d['key']] |
details | |||
2 | pass | FAIL | $[d.key] |
details | |||
3 | pass | FAIL | In Double quotes |
details |
4 passed, 0 OK, 0 not implemented, 0 BUG, 4 failed, 0 timeouts, 0 cases skipped
ysh-cpp | 0 $[f(x)] [ysh-cpp stdout] Expected '3\n', got '\n' stdout: stderr: |
ysh-cpp | 1 $[d['key']] [ysh-cpp stdout] Expected '42\n', got '\n' stdout: stderr: |
ysh-cpp | 2 $[d.key] [ysh-cpp stdout] Expected '42\n', got '\n' stdout: stderr: |
ysh-cpp | 3 In Double quotes [ysh-cpp stdout] Expected 'func 3\nkey 42\nkey 42\ndq 42\n', got '' [ysh-cpp status] Expected 0, got 2 stdout: stderr: var obj = /d+/ ^ [ stdin ]:2: 'd' isn't a character class |