spec test index / oilshell.org
| status | osh | osh-cpp | |
| pass | 6 | 6 | |
| FAIL | 1 | 1 | |
| total | 7 | 7 | |
| case | osh | osh-cpp | description |
| 0 | pass | pass | Conflict with extglob @( can be avoided with ,( |
| 1 | pass | pass | split command sub @() in expression mode |
| 2 | pass | pass | split command sub @() in command mode |
| 3 | FAIL | FAIL | @() decodes J8 Lines |
| details | details | ||
| 4 | pass | pass | for loop using @(seq $n) |
| 5 | pass | pass | @() can't start in the middle of the word |
| 6 | pass | pass | @() can't have any tokens after it |
12 passed, 0 OK, 0 not implemented, 0 BUG, 2 failed, 0 timeouts, 0 cases skipped 1 failed under osh
| osh | 3 @() decodes J8 Lines [osh stdout] Expected '', got '(List) ["unquoted","binary",b\'\\yff\',"\\"jsonnu03bc\\"","u\'j8","u","u{3bc}\'","b\'j8","b","y{ff\'"]\n' stdout: (List) ["unquoted","binary",b'\yff',"\"jsonnu03bc\"","u'j8","u","u{3bc}'","b'j8","b","y{ff'"]
stderr: |
| osh-cpp | 3 @() decodes J8 Lines [osh-cpp stdout] Expected '', got '(List) ["unquoted","binary",b\'\\yff\',"\\"jsonnu03bc\\"","u\'j8","u","u{3bc}\'","b\'j8","b","y{ff\'"]\n' stdout: (List) ["unquoted","binary",b'\yff',"\"jsonnu03bc\"","u'j8","u","u{3bc}'","b'j8","b","y{ff'"]
stderr: |