We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd60e4d commit 1c46b4eCopy full SHA for 1c46b4e
1 file changed
src/assert_arrays.sh
@@ -6,8 +6,8 @@ function assert_arrays_equal() {
6
local label
7
label="$(bashunit::assert::label)"
8
9
- local -a expected_values
10
- local -a actual_values
+ local -a expected_values=()
+ local -a actual_values=()
11
local found_separator=false
12
local argument
13
0 commit comments