Results for whitespace.test.sh

statusoshosh-cpp
pass 33
ok 22
total55
caseoshosh-cppdescription
0pass pass Parsing shell words \r \v
1ok ok \r in arith expression is allowed by some shells, but not most!
detailsdetails
2ok ok whitespace in string to integer conversion
detailsdetails
3pass pass \r at end of line is not special
4pass pass Default IFS does not include \r \v \f
6 passed, 4 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped

Details on runs that didn't PASS

osh1 \r in arith expression is allowed by some shells, but not most!

stdout:
['3']
['3']
stderr:
osh-cpp1 \r in arith expression is allowed by some shells, but not most!

stdout:
['3']
['3']
stderr:
osh2 whitespace in string to integer conversion

stdout:
43
43
stderr:
osh-cpp2 whitespace in string to integer conversion

stdout:
43
43
stderr: