Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.equals should handle ranges #4

Open
Zardoz89 opened this issue May 15, 2020 · 0 comments
Open

.equals should handle ranges #4

Zardoz89 opened this issue May 15, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@Zardoz89
Copy link
Owner

Actually trying this :

iota(1, 4).should.be.equals([1, 2, 3, 4]);

gives a compiler error.

Pijamas, should iterate the array and do .equals for the N elements of the array, if the range isn't infinite. And the range and the array should have the same number of elements.

@Zardoz89 Zardoz89 added the enhancement New feature or request label May 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant