spec test index / oilshell.org
| status | osh | osh-cpp | |
| pass | 2 | 3 | |
| ok | 4 | 4 | |
| FAIL | 2 | 1 | |
| total | 8 | 8 | |
| case | osh | osh-cpp | description | 
| 0 | pass | pass | NUL bytes with echo -e | 
| 1 | pass | pass | NUL bytes in printf format | 
| 2 | ok | ok | NUL bytes in printf value (OSH and zsh agree) | 
| details | details | ||
| 3 | ok | ok | NUL bytes with echo $'\0' (OSH and zsh agree) | 
| details | details | ||
| 4 | FAIL | FAIL | NUL bytes and IFS splitting | 
| details | details | ||
| 5 | ok | ok | NUL bytes with test -n | 
| details | details | ||
| 6 | FAIL | pass | NUL bytes with test -f | 
| details | |||
| 7 | ok | ok | NUL bytes with ${#s} (OSH and zsh agree) | 
| details | details | 
5 passed, 8 OK, 0 not implemented, 0 BUG, 2 failed, 0 timeouts, 0 cases skipped 2 failed under osh
| osh | 2 NUL bytes in printf value (OSH and zsh agree) stdout:  |