status | osh | osh-cpp | |
pass | 9 | 2 | |
FAIL | 0 | 7 | |
total | 9 | 9 | |
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 -X |
details | |||
6 | pass | FAIL | bind -m with bind -x/-X |
details | |||
7 | pass | FAIL | bind -r |
details | |||
8 | pass | FAIL | bind -r of bind -x commands |
details |
11 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 -X [osh-cpp stdout] Expected 'status=1\n\\C-o\\C-s\\C-h\necho foo\nstatus=0\n' Got 'status=1\nstatus=1\n' stdout: status=1 status=1stderr: |
osh-cpp | 6 bind -m with bind -x/-X [osh-cpp stdout] Expected 'status=1\nemacs\nstatus=0\nvi\nstatus=0\n', got 'status=1\nstatus=1\nstatus=1\n' stdout: status=1 status=1 status=1stderr: |
osh-cpp | 7 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: |
osh-cpp | 8 bind -r of bind -x commands [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: |