Results for nocasematch-match.test.sh

statusbashosh
pass 63
FAIL 03
total66
casebashoshdescription
0pass FAIL [[ equality matching
details
1pass FAIL [[ regex matching
details
2pass pass [ matching
3pass FAIL case matching
details
4pass pass file matching
5pass pass parameter expansion matching
9 passed, 0 OK, 0 not implemented, 0 BUG, 3 failed, 0 timeouts, 0 cases skipped
3 failed under osh

Details on runs that didn't PASS

osh0 [[ equality matching

[osh stdout] Expected '0\n0\n0\n0\n', got '1\n1\n1\n1\n'

stdout:
1
1
1
1
stderr:
osh1 [[ regex matching

[osh stdout] Expected '0\n0\n0\n0\n', got '1\n1\n1\n1\n'

stdout:
1
1
1
1
stderr:
osh3 case matching

[osh stdout] Expected '0\n0\n0\n0\n', got '1\n1\n1\n1\n'

stdout:
1
1
1
1
stderr: