100% passed
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user