Closed jwheeler31 closed 3 years ago
This is essentially a copy/paste of assert_equal. However, unlike assert_equal, I think it's more correct to perform the equivalence test surrounding each operand in double quotes (see assert_equal.bash#35 vs assert_not_equal.bash#35).
assert_equal
This would also close #31 .
Bump
@martin-schulze-vireso First open source PR! 🍻
This is essentially a copy/paste of
assert_equal
. However, unlikeassert_equal
, I think it's more correct to perform the equivalence test surrounding each operand in double quotes (see assert_equal.bash#35 vs assert_not_equal.bash#35).This would also close #31 .