-
Notifications
You must be signed in to change notification settings - Fork 27
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
Update the regular expressions for emails in validation #200
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess this looks ok. Does it need rebasing though? Lots of merge commits.
@tofu-rocketry it's built on top of #146 and a previous version of dev. Once #146 is merged into dev I can easily rebase onto dev. |
Ah, it's one of those. |
will probably need further rebasing as I've just closed #246 |
Update the x email regexs to reflect the HTML5 spec[1]. As this is xml, ampersands need escaping as special chracters. [1] https://html.spec.whatwg.org/#e-mail-state-(type=email)
rebased on top of dev and ready to go |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Fixes #147, depends on
#146.Update the x email regexs to reflect the HTML5 spec[1]. As this is xml,
ampersands need escaping as special characters.
[1] https://html.spec.whatwg.org/#e-mail-state-(type=email)