You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, it should match "test.xn--8y0a063a" just like it matches
"test.联通".
Instead of doubling the size of the regexp by adding the punycode
version of every known TLD, simply match any valid punycode string which
follows "xn--". It's highly unlikely that this would cause false
positives.
Fixes#27.
0 commit comments