-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
_.union should produce correct result when passed a falsey array
argument.
#1188
Comments
…ssed non-array values as arguments.
It's undefined behavior, but sure. I'm not seeing this problem. |
You're testing for the wrong result. |
... how exactly is that the wrong result? |
The test should be for |
Ping. You still have not corrected your invalid test here. |
This can happen if you pass somthing like
_.union(someString.match(...), others);
.The text was updated successfully, but these errors were encountered: