Results for case_.test.sh

statusoshosh-cpp
pass 1212
FAIL 11
total1313
caseoshosh-cppdescription
0pass pass Case statement
1pass pass Case statement with ;;&
2pass pass Case statement with ;&
3pass pass Case with empty condition
4pass pass Match a literal with a glob character
5pass pass Match a literal with a glob character with a dynamic pattern
6pass pass Quoted literal in glob pattern
7pass pass Multiple Patterns Match
8pass pass Pattern ? matches 1 code point (many bytes), but not multiple code points
9FAIL FAIL matching the byte 0xff
detailsdetails
10pass pass matching every byte against itself
11pass pass \(\) in pattern (regression)
12pass pass case \n bug regression
24 passed, 0 OK, 0 not implemented, 0 BUG, 1 failed, 0 timeouts, 0 cases skipped
1 failed under osh

Details on runs that didn't PASS

osh9 matching the byte 0xff

[osh stdout] Expected 'b\nb\n', got 'a\na\n'

stdout:
a
a
stderr:
osh-cpp9 matching the byte 0xff

[osh-cpp stdout] Expected 'b\nb\n', got 'a\na\n'

stdout:
a
a
stderr: