spec test index / oilshell.org
| status | osh | osh-cpp | |
| pass | 3 | 3 | |
| ok | 2 | 2 | |
| total | 5 | 5 | |
| case | osh | osh-cpp | description | 
| 0 | pass | pass | Parsing shell words \r \v | 
| 1 | ok | ok | \r in arith expression is allowed by some shells, but not most! | 
| details | details | ||
| 2 | ok | ok | whitespace in string to integer conversion | 
| details | details | ||
| 3 | pass | pass | \r at end of line is not special | 
| 4 | pass | pass | Default IFS does not include \r \v \f | 
6 passed, 4 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped
| osh | 1 \r in arith expression is allowed by some shells, but not most! stdout: ['3'] ['3']stderr:  | 
| osh-cpp | 1 \r in arith expression is allowed by some shells, but not most! stdout: ['3'] ['3']stderr:  | 
| osh | 2 whitespace in string to integer conversion stdout: 43 43stderr:  | 
| osh-cpp | 2 whitespace in string to integer conversion stdout: 43 43stderr:  |