Browse Source

100% passed

main
pvincent 2 days ago
parent
commit
626afc2987
  1. 6
      test/stub/scenario.bash

6
test/stub/scenario.bash

@ -23,6 +23,12 @@ function do_last_false {
! true
}
function do_return {
echo START
return 99
echo SHOULD NOT APPEAR
}
function do_unbound_associative {
declare -A associative
associative['A']='Abc'

Loading…
Cancel
Save