spec test index / oilshell.org
70 passed, 0 ok, 0 known unimplemented, 3 known bugs, 1 failed, 0 skipped
bash | 21 complete with nonexistent function stdout: status=0stderr: |
bash | 22 complete with no action stdout: status=0stderr: |
bash | 33 Parse errors for compgen -W and complete -W stdout: status=1 status=0stderr: _tmp/spec-bin/bash: line 1: ${: bad substitution |
osh | 35 Runtime errors for compgen -F func [osh stdout] Expected 'status=1\n', got 'foo\nbar\nstatus=0\n' stdout: foo bar status=0stderr: COMPREPLY+=( $(( 1 / 0 )) ) # FATAL, but we still have candidates ^ [ stdin ]:3: Divide by zero |