IFS=$'\n'read -d "" -ra result < <(reverse_array 1234 5)
assert_equals "${result[*]}""5 4 3 2 1"
shopt -u compat44
}
test_remove_array_dups(){
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.