Results for var-op-test.test.sh

statusoshosh_.pyosh_.cc
pass 212121
ok 333
total242424
caseoshosh_.pyosh_.ccdescription
0pass pass pass Lazy Evaluation of Alternative
1pass pass pass Default value when empty
2pass pass pass Default value when unset
3ok ok ok Unquoted with array as default value
detailsdetailsdetails
4ok ok ok Quoted with array as default value
detailsdetailsdetails
5ok ok ok Assign default with array
detailsdetailsdetails
6pass pass pass Assign default value when empty
7pass pass pass Assign default value when unset
8pass pass pass ${v:+foo} Alternative value when empty
9pass pass pass ${v+foo} Alternative value when unset
10pass pass pass "${x+foo}" quoted (regression)
11pass pass pass ${v+foo} and ${v:+foo} when set -u
12pass pass pass ${v-foo} and ${v:-foo} when set -u
13pass pass pass array and - and +
14pass pass pass $@ and - and +
15pass pass pass assoc array and - and +
16pass pass pass Error when empty
17pass pass pass Error when unset
18pass pass pass Error when unset
19pass pass pass ${var=x} dynamic scope
20pass pass pass array ${arr[0]=x}
21pass pass pass assoc array ${arr["k"]=x}
22pass pass pass "\z" as arg
23pass pass pass "\e" as arg
63 passed, 9 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped

Details on runs that didn't PASS

osh3 Unquoted with array as default value

stdout:
['Xx1 2', '3 4xX']
['Xx1', '2', '3', '4xX']
stderr:
osh_.py3 Unquoted with array as default value

stdout:
['Xx1 2', '3 4xX']
['Xx1', '2', '3', '4xX']
stderr:
osh_.cc3 Unquoted with array as default value

stdout:
['Xx1 2', '3 4xX']
['Xx1', '2', '3', '4xX']
stderr:
osh4 Quoted with array as default value

stdout:
['Xx1 2', '3 4xX']
['Xx1 2 3 4xX']
stderr:
osh_.py4 Quoted with array as default value

stdout:
['Xx1 2', '3 4xX']
['Xx1 2 3 4xX']
stderr:
osh_.cc4 Quoted with array as default value

stdout:
['Xx1 2', '3 4xX']
['Xx1 2 3 4xX']
stderr:
osh5 Assign default with array

stdout:
['Xx1 2', '3 4xX']
['x1 2 3 4x']
stderr:
osh_.py5 Assign default with array

stdout:
['Xx1 2', '3 4xX']
['x1 2 3 4x']
stderr:
osh_.cc5 Assign default with array

stdout:
['Xx1 2', '3 4xX']
['x1 2 3 4x']
stderr: