spec test index / oilshell.org
status | osh | osh-cpp | |
pass | 5 | 2 | |
FAIL | 0 | 3 | |
total | 5 | 5 | |
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 |
7 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: |