| status | osh | osh-cpp | |
| pass | 6 | 2 | |
| FAIL | 0 | 4 | |
| total | 6 | 6 | |
| case | osh | osh-cpp | description |
| 0 | pass | pass | bind -l should report readline functions |
| 1 | pass | FAIL | bind -p -P to print function names and key bindings |
| details | |||
| 2 | pass | pass | bind -s -S accepted |
| 3 | pass | FAIL | bind -v -V accepted |
| details | |||
| 4 | pass | FAIL | bind -q |
| details | |||
| 5 | pass | FAIL | bind -r |
| details |
8 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped
| osh-cpp | 1 bind -p -P to print function names and key bindings [osh-cpp stdout] Expected '% vi-subst (not bound)\n\nvi-subst is not bound to any keys\n' Got '\n' [osh-cpp status] Expected 0, got 1 stdout: stderr: |
| osh-cpp | 3 bind -v -V accepted [osh-cpp stdout] Expected "set blink-matching-paren off\n\nblink-matching-paren is set to 'off'\n" Got '\n' stdout: stderr: |
| osh-cpp | 4 bind -q [osh-cpp stdout] Expected 'status=1\nvi-subst is not bound to any keys.\nstatus=1\nyank can be invoked via "\\C-y".\nstatus=0\n' Got 'status=0\nstatus=0\nstatus=0\n' stdout: status=0 status=0 status=0stderr: |
| osh-cpp | 5 bind -r [osh-cpp stdout] Expected 'status=1\n\\C-o\\C-s\\C-h\nstatus=0\nstatus=1\n' Got 'status=1\nstatus=1\nstatus=1\n' stdout: status=1 status=1 status=1stderr: |