nocasematch-match () { run-file nocasematch-match "$@" } run-file () { local spec_name=$1; shift; sh-spec spec/$spec_name.test.sh --compare-shells --oils-bin-dir $PWD/bin "$@" } nocasematch-match: spec test case results

Results for nocasematch-match.test.sh

statusbashosh
pass 66
total66
casebashoshdescription
0pass pass [[ equality matching
1pass pass [[ regex matching
2pass pass [ matching
3pass pass case matching
4pass pass file matching
5pass pass parameter expansion matching
12 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped