diff options
| author | Alexey Sveshnikov <alexey.sveshnikov@gmail.com> | 2015-07-03 19:35:55 +0300 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-07-06 15:08:43 -0400 |
| commit | bc98bc56a52860688ea0ae2ec7b9e59ddb72a811 (patch) | |
| tree | e811bc575978eafc4f651e19970ba63409fc3be2 /tests | |
| parent | b74b94445de4173351b8c347deac22129c549f0f (diff) | |
Fixed #25059 -- Allowed Punycode TLDs in URLValidator
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/validators/invalid_urls.txt | 1 | ||||
| -rw-r--r-- | tests/validators/valid_urls.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/validators/invalid_urls.txt b/tests/validators/invalid_urls.txt index e225f256ba..9a4df36a20 100644 --- a/tests/validators/invalid_urls.txt +++ b/tests/validators/invalid_urls.txt @@ -6,6 +6,7 @@ http://.com http://invalid-.com http://-invalid.com http://invalid.com- +http://invalid.c-m http://inv-.alid-.com http://inv-.-alid.com file://localhost/path diff --git a/tests/validators/valid_urls.txt b/tests/validators/valid_urls.txt index 0d1dd779ea..040298f4fe 100644 --- a/tests/validators/valid_urls.txt +++ b/tests/validators/valid_urls.txt @@ -48,6 +48,7 @@ http://مثال.إختبار http://例子.测试 http://उदाहरण.परीक्षा http://-.~_!$&'()*+,;=:%40:80%2f::::::@example.com +http://xn--7sbb4ac0ad0be6cf.xn--p1ai http://1337.net http://a.b-c.de http://223.255.255.254 |
