VBA-tools / vba-test

Add testing and TDD to VBA on Windows and Mac
MIT License
202 stars 46 forks source link

thus, we may test functions, that return Arrays #12

Closed Vitosh closed 6 years ago

Vitosh commented 8 years ago

If arrays consist of equal elements, then they are equal. Hi, I am Vitosh from vitoshacademy.com

timhall commented 8 years ago

@Vitosh thanks for the PR! I'll review and merge shortly.

robodude666 commented 7 years ago

This PR will address #16.

As a note: we should probably test that LBound are both identical as well, otherwise you'll run into a subscript out of range error. Might run into this issue if Option Base is used to overwrite on one module but not the other, other redimmed specified the lower bound, etc.

timhall commented 6 years ago

@Vitosh I wasn't able to merge this directly, but I included your changes in #23. Thanks for contributing!