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

Fixing IPv6AddressRegExp in isIP.js #2042

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

zaelgohary
Copy link

@zaelgohary zaelgohary commented Sep 14, 2022

Edited isIP.js file to reject other invalid test cases.

Related issue: #2039

@braaar
Copy link
Contributor

braaar commented Sep 26, 2022

You should add test cases to the test files with the examples you gave in your issue.

Also, if you change the last line of your PR desription to "fixes #2039" it will link the issue and the PR, and automatically close the issue when this PR is merged.

The tests are also failing, so there seems to be a problem with your implementation.

@pano9000
Copy link
Contributor

pano9000 commented Dec 8, 2022

Related: #2083
tries to fix the same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants