diff options
| author | Danilo Bargen <mail@dbrgn.ch> | 2014-11-03 18:00:18 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-11-03 13:02:11 -0500 |
| commit | 8b77b64f1cf878b100d1d2001c8a73938ea3e1ed (patch) | |
| tree | f9892791a15c319cd1ccc25bb74d70dee68019ae /tests/validators/valid_urls.txt | |
| parent | ebc8e79cf3bdd42a99e91d6e679248d07097d3db (diff) | |
Refactored URLValidator tests by moving URLs to text files.
Diffstat (limited to 'tests/validators/valid_urls.txt')
| -rw-r--r-- | tests/validators/valid_urls.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/validators/valid_urls.txt b/tests/validators/valid_urls.txt new file mode 100644 index 0000000000..9f1519c84f --- /dev/null +++ b/tests/validators/valid_urls.txt @@ -0,0 +1,16 @@ +http://www.djangoproject.com/ +HTTP://WWW.DJANGOPROJECT.COM/ +http://localhost/ +http://example.com/ +http://www.example.com/ +http://www.example.com:8000/test +http://valid-with-hyphens.com/ +http://subdomain.example.com/ +http://200.8.9.10/ +http://200.8.9.10:8000/test +http://su--b.valid-----hyphens.com/ +http://example.com?something=value +http://example.com/index.php?something=value&another=value2 +https://example.com/ +ftp://example.com/ +ftps://example.com/ |
